0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

🐛 Don't show pointer when no interactions on viewer.

This commit is contained in:
Andrey Antukh 2020-11-25 20:08:19 +01:00 committed by Hirunatan
parent 1d08bac493
commit b0fbc86ca7

View file

@ -58,7 +58,7 @@
[:> shape-container {:shape shape
:on-mouse-down on-mouse-down
:cursor (when (:interactions shape) "pointer")}
:cursor (when (seq (:interactions shape)) "pointer")}
[:& component {:shape shape
:frame frame
:childs childs