Skip to content

Commit 1d9f3a1

Browse files
committed
[ZEPPELIN-6294] chore: revert setTimeout delay time
1 parent b073d6c commit 1d9f3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zeppelin-web-angular/src/app/pages/workspace/notebook/paragraph/code-editor/code-editor.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export class NotebookParagraphCodeEditorComponent implements OnChanges, OnDestro
9595
this.autoAdjustEditorHeight();
9696
setTimeout(() => {
9797
this.autoAdjustEditorHeight();
98-
}, 50);
98+
});
9999
});
100100
})
101101
);

0 commit comments

Comments
 (0)