Browse Source

refactoring

pull/12856/head
mpetrov 1 year ago
parent
commit
9215231ba6
  1. 1
      ui-ngx/src/app/shared/components/js-func.component.ts

1
ui-ngx/src/app/shared/components/js-func.component.ts

@ -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();
});

Loading…
Cancel
Save