Ver código fonte

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

master
KaiSD 5 anos atrás
pai
commit
9dc5c2b483
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      ace/index.html

+ 1
- 1
ace/index.html Ver arquivo

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


Carregando…
Cancelar
Salvar