mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 05:51:38 +02:00
🐛 Fix problem with layout not reflowing on shape deletion
This commit is contained in:
parent
19ce4c1cb7
commit
35e3ac5841
2 changed files with 2 additions and 1 deletions
|
@ -323,8 +323,8 @@
|
|||
|
||||
(rx/of (dwu/start-undo-transaction undo-id)
|
||||
(dc/detach-comment-thread ids)
|
||||
(ptk/data-event :layout/update all-parents)
|
||||
(dch/commit-changes changes)
|
||||
(ptk/data-event :layout/update all-parents)
|
||||
(dwu/commit-undo-transaction undo-id))))
|
||||
|
||||
(defn create-and-add-shape
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue