Изменить 'ace/index.html'
This commit is contained in:
@@ -172,6 +172,7 @@
|
|||||||
reader.onload = readerEvent => {
|
reader.onload = readerEvent => {
|
||||||
var content = readerEvent.target.result; // this is the content!
|
var content = readerEvent.target.result; // this is the content!
|
||||||
editor.setValue(content);
|
editor.setValue(content);
|
||||||
|
editor.clearSelection();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user