mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 12:48:31 +00:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
253e5a11fc
@ -559,8 +559,10 @@
|
||||
:layout-grid-rows]})
|
||||
;; We've applied the text-modifier so we can dissoc the temporary data
|
||||
(fn [state]
|
||||
(update state :workspace-text-modifier #(apply dissoc % ids)))
|
||||
(clear-local-transform))
|
||||
(update state :workspace-text-modifier #(apply dissoc % ids))))
|
||||
(if (nil? modifiers)
|
||||
(rx/of (clear-local-transform))
|
||||
(rx/empty))
|
||||
(if undo-transation?
|
||||
(rx/of (dwu/commit-undo-transaction undo-id))
|
||||
(rx/empty))))))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user