ソースを参照

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

master
KaiSD 5年前
コミット
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();
}

}


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