mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
Properly trigger page update on shape movement.
This commit is contained in:
parent
e40632cca6
commit
5624882ce2
@ -43,6 +43,7 @@
|
||||
"Just updates in place the shape."
|
||||
[{:keys [id] :as shape}]
|
||||
(reify
|
||||
udp/IPageUpdate
|
||||
rs/UpdateEvent
|
||||
(-apply-update [_ state]
|
||||
(update-in state [:shapes-by-id id] merge shape))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user