mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix: Query editor toggle edit mode fix (#16394)
Increase timeout when waiting for datasource toggleEditorMode check Fixes #16393
This commit is contained in:
committed by
Torkel Ödegaard
parent
47e51cb6b3
commit
c2d399b059
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user