mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: Graphite issue with toggle edit mode in query editor, fixes #8377
This commit is contained in:
parent
f697f81950
commit
8b11712f5e
@ -1,3 +1,9 @@
|
||||
# 4.3.0-stable (unreleased)
|
||||
|
||||
## Bug fixes
|
||||
|
||||
* **Graphite**: Fixed issue with Toggle edit mode did in query editor [#8377](https://github.com/grafana/grafana/issues/8377)
|
||||
|
||||
# 4.3.0-beta1 (2017-05-12)
|
||||
|
||||
## Enhancements
|
||||
|
@ -28,6 +28,7 @@ export class GraphiteQueryCtrl extends QueryCtrl {
|
||||
}
|
||||
|
||||
toggleEditorMode() {
|
||||
this.target.textEditor = !this.target.textEditor;
|
||||
this.parseTarget();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user