Изменить 'ace/index.html'
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
autoScrollEditorIntoView: true
|
autoScrollEditorIntoView: true
|
||||||
})
|
})
|
||||||
|
|
||||||
if (localStorage.getItem("acetest") === null) {
|
if (localStorage.getItem("acetest") !== null) {
|
||||||
editor.setValue(localStorage.getItem("acetest"));
|
editor.setValue(localStorage.getItem("acetest"));
|
||||||
editor.clearSelection();
|
editor.clearSelection();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user