ソースを参照

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

master
KaiSD 5年前
コミット
9dc5c2b483
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      ace/index.html

+ 1
- 1
ace/index.html ファイルの表示

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


読み込み中…
キャンセル
保存