mirror of https://github.com/penpot/penpot.git
Disable selection when entering with mouse
This commit is contained in:
parent
710fa0d817
commit
86e6421b68
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Reference in New Issue