0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

🐛 Fixes interactions in groups

This commit is contained in:
alonso.torres 2020-09-16 15:20:04 +02:00 committed by Andrey Antukh
parent 09c8920293
commit ff00550372

View file

@ -59,7 +59,8 @@
:cursor (when (:interactions shape) "pointer")}
[:& component {:shape shape
:frame frame
:childs childs}]
:childs childs
:is-child-selected? true}]
(when (and (:interactions shape) show-interactions?)
[:rect {:x (- x 1)
:y (- y 1)