🐛 Fix outline in color type selector on view mode

This commit is contained in:
Eva 2023-01-09 16:05:40 +01:00
parent 2c2755b35e
commit 36bc276d93
5 changed files with 18 additions and 5 deletions

View file

@ -86,7 +86,8 @@
(dom/blur! input-node)))
(when esc?
(dom/prevent-default event)
(update-input value)))))
(update-input value)
(dom/blur! input-node)))))
handle-blur
(mf/use-callback