mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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.applyLayoutStylesToDiv();
|
||||||
this.revId++;
|
this.revId++;
|
||||||
|
|
||||||
|
this.getScene()?.save();
|
||||||
}
|
}
|
||||||
|
|
||||||
updateData(ctx: DimensionContext) {
|
updateData(ctx: DimensionContext) {
|
||||||
|
Loading…
Reference in New Issue
Block a user