editor: Fix visible whitespace toggle.

This commit is contained in:
Cory McWilliams 2024-10-08 19:56:58 -04:00
parent e41c7fbbc7
commit 9758844da3

View File

@ -1820,8 +1820,8 @@ function toggleVisibleWhitespace() {
.cm-highlightTab {
background-image: unset !important;
}
.cm-highlightSpace:before {
content: unset !important;
.cm-highlightSpace {
background-image: unset !important;
}
`;
window.localStorage.setItem('visible_whitespace', '1');