mirror of
https://github.com/penpot/penpot.git
synced 2025-05-07 17:35:54 +02:00
🐛 Don't show pointer when no interactions on viewer.
This commit is contained in:
parent
1d08bac493
commit
b0fbc86ca7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue