mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Disable selection when entering with mouse
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
[:> :div {:class (stl/css-case :custom-select-dropdown true
|
||||
:custom-select-dropdown-right (= position :right)
|
||||
:custom-select-dropdown-left (= position :left))
|
||||
:on-mouse-enter #(reset! highlighted* nil)
|
||||
:ref element-ref}
|
||||
[:ul {:class (stl/css :custom-select-dropdown-list)}
|
||||
(for [[index item] (d/enumerate options)]
|
||||
|
||||
Reference in New Issue
Block a user