mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
Add pointer cursor to all shapes that have interactions (view).
This commit is contained in:
parent
7c4717fcfa
commit
d808ca2a87
1 changed files with 1 additions and 2 deletions
|
@ -60,8 +60,7 @@
|
|||
(not (empty? (:interactions shape))))
|
||||
rect (geom/shape->rect-shape shape)]
|
||||
[:g {:id (str "itx-" (:id shape))
|
||||
:style (when show-itx?
|
||||
{:cursor "pointer"})}
|
||||
:style {:cursor "pointer"}}
|
||||
(factory shape)
|
||||
(when show-itx?
|
||||
[:circle {:fill "#78dbbe"
|
||||
|
|
Loading…
Add table
Reference in a new issue