fix cursor on selection

This commit is contained in:
elhombretecla
2016-10-02 18:01:58 +02:00
parent b16d12f67c
commit 6bb9e2ad60

View File

@@ -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]}