mirror of
https://github.com/penpot/penpot.git
synced 2025-02-09 08:38:15 -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")}
|
:cursor (when (:interactions shape) "pointer")}
|
||||||
[:& component {:shape shape
|
[:& component {:shape shape
|
||||||
:frame frame
|
:frame frame
|
||||||
:childs childs}]
|
:childs childs
|
||||||
|
:is-child-selected? true}]
|
||||||
(when (and (:interactions shape) show-interactions?)
|
(when (and (:interactions shape) show-interactions?)
|
||||||
[:rect {:x (- x 1)
|
[:rect {:x (- x 1)
|
||||||
:y (- y 1)
|
:y (- y 1)
|
||||||
|
|
Loading…
Add table
Reference in a new issue