Skip to content

Commit

Permalink
Update src/main/webapp/app/shared/monaco-editor/monaco-editor.compone…
Browse files Browse the repository at this point in the history
…nt.ts
  • Loading branch information
pzdr7 committed Aug 6, 2024
1 parent f5ccbe7 commit eabd2e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class MonacoEditorComponent implements OnInit, OnDestroy {
});
resizeObserver.observe(this.monacoEditorContainerElement);

this._editor.onDidChangeModelContent(() => {
this.textChangedListener = this._editor.onDidChangeModelContent(() => {
this.emitTextChangeEvent();
}, this);

Expand Down

0 comments on commit eabd2e4

Please sign in to comment.