mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 22:36:11 +02:00
🐛 Fix cut/delete text layer when while creating text
This commit is contained in:
parent
fdbabe49df
commit
99693f0fc2
2 changed files with 3 additions and 1 deletions
|
@ -142,7 +142,8 @@
|
|||
(rx/merge
|
||||
(rx/of (update-editor-state shape nil))
|
||||
(when (and (not= content (:content shape))
|
||||
(some? (:current-page-id state)))
|
||||
(some? (:current-page-id state))
|
||||
(some? shape))
|
||||
(rx/of
|
||||
(dch/update-shapes
|
||||
[id]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue