mirror of
https://github.com/penpot/penpot.git
synced 2026-09-06 20:18:39 +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
|
[:circle {:cx x :cy y :r 6
|
||||||
:on-mouse-down (partial on-mouse-down index)
|
:on-mouse-down (partial on-mouse-down index)
|
||||||
:fill "#31e6e0"
|
:fill "#31e6e0"
|
||||||
:stroke "#28c4d4"}])]))
|
:stroke "#28c4d4"
|
||||||
|
:style {:cursor "pointer"}}])]))
|
||||||
|
|
||||||
(mx/defc selection-handlers
|
(mx/defc selection-handlers
|
||||||
{:mixins [mx/reactive mx/static]}
|
{:mixins [mx/reactive mx/static]}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user