mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -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))
|
||||
(gsh/rect-contains-shape? rect shape))
|
||||
(and (empty? (:shapes shape))
|
||||
(gsh/overlaps? shape rect))1)))
|
||||
(gsh/overlaps? shape rect)))))
|
||||
|
||||
overlaps?
|
||||
(fn [shape]
|
||||
|
|
Loading…
Add table
Reference in a new issue