mirror of
https://github.com/penpot/penpot.git
synced 2025-06-08 22:41:38 +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
|
reverse
|
||||||
(d/seek #(geom/has-point? % position)))]
|
(d/seek #(geom/has-point? % position)))]
|
||||||
(when selected
|
(when selected
|
||||||
(rx/of deselect-all (select-shape (:id selected))))))))
|
(rx/of (deselect-all) (select-shape (:id selected))))))))
|
||||||
|
|
||||||
|
|
||||||
;; --- Group shapes
|
;; --- Group shapes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue