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 { .cm-highlightTab {
background-image: unset !important; background-image: unset !important;
} }
.cm-highlightSpace:before { .cm-highlightSpace {
content: unset !important; background-image: unset !important;
} }
`; `;
window.localStorage.setItem('visible_whitespace', '1'); window.localStorage.setItem('visible_whitespace', '1');