refactoring

This commit is contained in:
mpetrov 2025-03-07 15:54:45 +02:00
parent 5b1731b0d8
commit 9215231ba6

View File

@ -241,7 +241,6 @@ export class JsFuncComponent implements OnInit, OnChanges, OnDestroy, ControlVal
this.updateJsWorkerGlobals();
this.initialCompleters = this.jsEditor.completers || [];
this.updateCompleters();
this.updateHighlightRules();
this.editorResize$ = new ResizeObserver(() => {
this.onAceEditorResize();
});