silverwind 2 years ago committed by GitHub
parent fbcf1ab477
commit fe442dba4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,6 +17,7 @@ const baseOptions = {
rulers: false,
scrollbar: {horizontalScrollbarSize: 6, verticalScrollbarSize: 6},
scrollBeyondLastLine: false,
automaticLayout: true,
};
function getEditorconfig(input) {
@ -111,10 +112,6 @@ export async function createMonaco(textarea, filename, editorOpts) {
textarea.dispatchEvent(new Event('change')); // seems to be needed for jquery-are-you-sure
});
window.addEventListener('resize', () => {
editor.layout();
});
exportEditor(editor);
const loading = document.querySelector('.editor-loading');

Loading…
Cancel
Save