mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 04:51:39 +02:00
🐛 Fix outline in color type selector on view mode
This commit is contained in:
parent
2c2755b35e
commit
36bc276d93
5 changed files with 18 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue