mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 22:01:39 +02:00
Add more safer shapes packing mechanism.
This commit is contained in:
parent
12b9868f45
commit
aba35dee61
3 changed files with 26 additions and 6 deletions
|
@ -42,7 +42,7 @@
|
|||
[]
|
||||
(letfn [(on-move [shape delta]
|
||||
(st/emit! (uds/apply-temporal-displacement shape delta)))
|
||||
(on-stop [{:keys [id] :as shape}]
|
||||
(on-stop [shape]
|
||||
(st/emit! (uds/apply-displacement shape)))
|
||||
(on-start [shape]
|
||||
(let [stoper (->> streams/events
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue