mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 04:08:23 +00:00
fix cursor on selection
This commit is contained in:
parent
b16d12f67c
commit
6bb9e2ad60
@ -170,7 +170,8 @@
|
||||
[:circle {:cx x :cy y :r 6
|
||||
:on-mouse-down (partial on-mouse-down index)
|
||||
:fill "#31e6e0"
|
||||
:stroke "#28c4d4"}])]))
|
||||
:stroke "#28c4d4"
|
||||
:style {:cursor "pointer"}}])]))
|
||||
|
||||
(mx/defc selection-handlers
|
||||
{:mixins [mx/reactive mx/static]}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user