mirror of
https://github.com/penpot/penpot.git
synced 2026-09-08 13:09:22 +00:00
🐛 Don't send empty changes on fix broken shape links
This commit is contained in:
parent
88261c2ec3
commit
eae5dfc828
@ -31,8 +31,10 @@
|
|||||||
(mapcat (partial generate-changes :component-id)
|
(mapcat (partial generate-changes :component-id)
|
||||||
(vals (:components data))))]
|
(vals (:components data))))]
|
||||||
|
|
||||||
(rx/of (dch/commit-changes
|
(if (seq changes)
|
||||||
{:origin it
|
(rx/of (dch/commit-changes
|
||||||
:redo-changes (vec changes)
|
{:origin it
|
||||||
:undo-changes []
|
:redo-changes (vec changes)
|
||||||
:save-undo? false}))))))
|
:undo-changes []
|
||||||
|
:save-undo? false}))
|
||||||
|
(rx/empty))))))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user