ソースを参照

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

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

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

@@ -39,6 +39,11 @@
showGutter: false,
autoScrollEditorIntoView: true
})
editor.getSession().setValue(localStorage.getItem("acetest"));
editor.getSession().on('change', function () {
localStorage.setItem("acetest", editor.getSession().getValue());
});
</script>

</body>


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