mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-07 12:16:04 +00:00
Update editor.html
This commit is contained in:
parent
c8e757487e
commit
01e94830e7
|
@ -184,9 +184,10 @@
|
|||
const range = new monaco.Range(position.lineNumber, position.column, position.lineNumber, position.column);
|
||||
editor.executeEdits("my-source", [{
|
||||
range: range,
|
||||
text: text + "\n",
|
||||
text: text,
|
||||
forceMoveMarkers: true
|
||||
}]);
|
||||
resizeEditor();
|
||||
}
|
||||
|
||||
document.getElementById("fileInput").onchange = function (event) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user