ソースを参照

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

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

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

@@ -40,8 +40,10 @@
autoScrollEditorIntoView: true
})
editor.setValue(localStorage.getItem("acetest"));
editor.clearSelection();
if (localStorage.getItem("acetest") === null) {
editor.setValue(localStorage.getItem("acetest"));
editor.clearSelection();
}
editor.getSession().on('change', function () {
localStorage.setItem("acetest", editor.getSession().getValue());


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