editor: Fix visible whitespace toggle.
This commit is contained in:
		| @@ -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'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user