|
@@ -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(); |
|
|
} |
|
|
} |
|
|