mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
Canvas: Save element placement (#61007)
This commit is contained in:
parent
9334582022
commit
88a8cba6b0
@ -285,6 +285,8 @@ export class ElementState implements LayerElement {
|
||||
|
||||
this.applyLayoutStylesToDiv();
|
||||
this.revId++;
|
||||
|
||||
this.getScene()?.save();
|
||||
}
|
||||
|
||||
updateData(ctx: DimensionContext) {
|
||||
|
Loading…
Reference in New Issue
Block a user