Изменить 'ace/index.html'

This commit is contained in:
2019-09-03 19:05:52 +02:00
parent a85e09aa28
commit 7fd7924924

View File

@@ -40,8 +40,10 @@
autoScrollEditorIntoView: true
})
if (localStorage.getItem("acetest") === null) {
editor.setValue(localStorage.getItem("acetest"));
editor.clearSelection();
}
editor.getSession().on('change', function () {
localStorage.setItem("acetest", editor.getSession().getValue());