Jelajahi Sumber

Fix: Query editor toggle edit mode fix (#16394)

Increase timeout when waiting for datasource toggleEditorMode check 

Fixes  #16393
Sean Lafferty 6 tahun lalu
induk
melakukan
c2d399b059

+ 1 - 1
public/app/features/dashboard/panel_editor/QueryEditorRow.tsx

@@ -161,7 +161,7 @@ export class QueryEditorRow extends PureComponent<Props, State> {
     // give angular time to compile
     setTimeout(() => {
       this.setState({ hasTextEditMode: !!this.angularScope.toggleEditorMode });
-    }, 10);
+    }, 100);
   }
 
   onToggleCollapse = () => {