🐛 Fix on cut and paste a component, a bad frame-id is set

This commit is contained in:
Pablo Alba 2024-01-16 19:07:08 +01:00 committed by Alonso Torres
parent 0370e8083a
commit 45072c19a2
2 changed files with 7 additions and 5 deletions

View file

@ -418,7 +418,7 @@
frame-id)
restore-component
#(let [restore (dwlh/prepare-restore-component changes library-data (:component-id component-root) it page delta (:id component-root) parent-id)]
#(let [restore (dwlh/prepare-restore-component changes library-data (:component-id component-root) it page delta (:id component-root) parent-id frame-id)]
[(:shape restore) (:changes restore)])
[_shape changes]