Sfoglia il codice sorgente

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

master
KaiSD 5 anni fa
parent
commit
9dc5c2b483
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      ace/index.html

+ 1
- 1
ace/index.html Vedi File

@@ -40,7 +40,7 @@
autoScrollEditorIntoView: true
})
if (localStorage.getItem("acetest") === null) {
if (localStorage.getItem("acetest") !== null) {
editor.setValue(localStorage.getItem("acetest"));
editor.clearSelection();
}


Loading…
Annulla
Salva