mirror of
https://github.com/penpot/penpot.git
synced 2026-05-02 06:38:20 +00:00
🐛 Fix finalize text editor state when blur
This commit is contained in:
parent
b43d09e5ce
commit
01ec22d662
@ -133,6 +133,8 @@
|
||||
(fn [event]
|
||||
(dom/stop-propagation event)
|
||||
(dom/prevent-default event)
|
||||
(st/emit! ::dwt/finalize-editor-state)
|
||||
(st/emit! (dwt/initialize-editor-state shape default-decorator))
|
||||
(reset! blurred true)))
|
||||
|
||||
on-focus
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user