Canvas: Save element placement (#61007)

This commit is contained in:
Adela Almasan 2023-01-04 17:29:01 -06:00 committed by GitHub
parent 9334582022
commit 88a8cba6b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -285,6 +285,8 @@ export class ElementState implements LayerElement {
this.applyLayoutStylesToDiv();
this.revId++;
this.getScene()?.save();
}
updateData(ctx: DimensionContext) {