diff --git a/public/app/features/dashboard/panel_editor/QueryEditorRow.tsx b/public/app/features/dashboard/panel_editor/QueryEditorRow.tsx index 48a18913043..83e32859cfc 100644 --- a/public/app/features/dashboard/panel_editor/QueryEditorRow.tsx +++ b/public/app/features/dashboard/panel_editor/QueryEditorRow.tsx @@ -161,7 +161,7 @@ export class QueryEditorRow extends PureComponent { // give angular time to compile setTimeout(() => { this.setState({ hasTextEditMode: !!this.angularScope.toggleEditorMode }); - }, 10); + }, 100); } onToggleCollapse = () => {