mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 14:01:37 +02:00
🐛 Fix selection inside group with double click
This commit is contained in:
parent
fd12724108
commit
ad66955a54
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@
|
|||
reverse
|
||||
(d/seek #(geom/has-point? % position)))]
|
||||
(when selected
|
||||
(rx/of deselect-all (select-shape (:id selected))))))))
|
||||
(rx/of (deselect-all) (select-shape (:id selected))))))))
|
||||
|
||||
|
||||
;; --- Group shapes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue