mirror of
https://github.com/penpot/penpot.git
synced 2026-09-06 12:09:24 +00:00
🐛 Don't show pointer when no interactions on viewer.
This commit is contained in:
parent
1d08bac493
commit
b0fbc86ca7
@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
[:> shape-container {:shape shape
|
[:> shape-container {:shape shape
|
||||||
:on-mouse-down on-mouse-down
|
:on-mouse-down on-mouse-down
|
||||||
:cursor (when (:interactions shape) "pointer")}
|
:cursor (when (seq (:interactions shape)) "pointer")}
|
||||||
[:& component {:shape shape
|
[:& component {:shape shape
|
||||||
:frame frame
|
:frame frame
|
||||||
:childs childs
|
:childs childs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user