mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Canvas: Clear current selection in dashboard mode (#56830)
This commit is contained in:
parent
004bb7689d
commit
254bb0c99e
@ -74,6 +74,7 @@ export class CanvasPanel extends Component<Props, State> {
|
||||
this.props.eventBus.subscribe(PanelEditExitedEvent, (evt: PanelEditExitedEvent) => {
|
||||
if (this.props.id === evt.payload) {
|
||||
this.needsReload = true;
|
||||
this.scene.clearCurrentSelection();
|
||||
this.scene.load(
|
||||
this.props.options.root,
|
||||
this.props.options.inlineEditing,
|
||||
|
Loading…
Reference in New Issue
Block a user