Bläddra i källkod

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

master
KaiSD 5 år sedan
förälder
incheckning
9dc5c2b483
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      ace/index.html

+ 1
- 1
ace/index.html Visa fil

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


Laddar…
Avbryt
Spara