mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 08:29:42 -05:00
🐛 Fix problem with area selection
This commit is contained in:
parent
046bd59726
commit
1643287775
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@
|
||||||
(and (d/not-empty? (:shapes shape))
|
(and (d/not-empty? (:shapes shape))
|
||||||
(gsh/rect-contains-shape? rect shape))
|
(gsh/rect-contains-shape? rect shape))
|
||||||
(and (empty? (:shapes shape))
|
(and (empty? (:shapes shape))
|
||||||
(gsh/overlaps? shape rect))1)))
|
(gsh/overlaps? shape rect)))))
|
||||||
|
|
||||||
overlaps?
|
overlaps?
|
||||||
(fn [shape]
|
(fn [shape]
|
||||||
|
|
Loading…
Add table
Reference in a new issue