浏览代码

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

master
KaiSD 4 年前
父节点
当前提交
774ec0a4c1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      ace/index.html

+ 1
- 0
ace/index.html 查看文件

@@ -172,6 +172,7 @@
reader.onload = readerEvent => {
var content = readerEvent.target.result; // this is the content!
editor.setValue(content);
editor.clearSelection();
}

}


正在加载...
取消
保存