fix: Graphite issue with toggle edit mode in query editor, fixes #8377

This commit is contained in:
Torkel Ödegaard
2017-05-16 14:29:30 +02:00
parent f697f81950
commit 8b11712f5e
2 changed files with 8 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ export class GraphiteQueryCtrl extends QueryCtrl {
}
toggleEditorMode() {
this.target.textEditor = !this.target.textEditor;
this.parseTarget();
}