0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

🐛 Fix cut/delete text layer when while creating text

This commit is contained in:
Alejandro Alonso 2023-07-07 10:20:04 +02:00
parent fdbabe49df
commit 99693f0fc2
2 changed files with 3 additions and 1 deletions

View file

@ -48,6 +48,7 @@
- Fix problem with comments when user left the team [Taiga #5562](https://tree.taiga.io/project/penpot/issue/5562)
- Fix problem with images patterns repeating [#3372](https://github.com/penpot/penpot/issues/3372)
- Fix grid not being clipped in frames [#3365](https://github.com/penpot/penpot/issues/3365)
- Fix cut/delete text layer when while creating text [Taiga #5602](https://tree.taiga.io/project/penpot/issue/5602)
### :arrow_up: Deps updates

View file

@ -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]