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

This commit is contained in:
2019-09-05 09:32:02 +02:00
parent 619e39f873
commit 774ec0a4c1

View File

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