Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Aug 15, 2024
1 parent 62d14ac commit 4d55d4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
opts.pasteAs = {enabled: false};
this.textEditor = window.monaco.editor.create(
this.el.querySelector('.document-text-editor .monaco-editor'),
opts,
opts
);
new ResizeObserver(() => { this.textEditor.layout(); }).observe(this.textEditor.getContainerDomNode());
this.grammarModel.setupEditor(this.textEditor);
Expand Down

0 comments on commit 4d55d4e

Please sign in to comment.