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:
parent
09c8920293
commit
ff00550372
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue