mirror of
https://github.com/penpot/penpot.git
synced 2026-03-09 19:56:05 +00:00
🐛 Fix problem with area selection
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user