浏览代码

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

master
KaiSD 4 年前
父节点
当前提交
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>


正在加载...
取消
保存