Fix: unused statement
This commit is contained in:
parent
39b11685b4
commit
e93819deb4
|
@ -238,9 +238,6 @@ preinit();
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
|
|
||||||
prefs.subscribe(['editor.smartIndent'], (key, value) =>
|
|
||||||
CodeMirror.setOption('smartIndent', value));
|
|
||||||
|
|
||||||
function preinit() {
|
function preinit() {
|
||||||
// preload the theme so that CodeMirror can calculate its metrics in DOMContentLoaded->setupLivePrefs()
|
// preload the theme so that CodeMirror can calculate its metrics in DOMContentLoaded->setupLivePrefs()
|
||||||
new MutationObserver((mutations, observer) => {
|
new MutationObserver((mutations, observer) => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user