mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 17:18:21 +02:00
🐛 Fixes issues with frame selection
This commit is contained in:
parent
d517daa045
commit
8f4e13072c
4 changed files with 4 additions and 2 deletions
|
@ -353,6 +353,7 @@
|
|||
(let [frames (select-frames objects)]
|
||||
(or
|
||||
(->> frames
|
||||
(reverse)
|
||||
(d/seek #(and position (gsh/has-point? % position)))
|
||||
:id)
|
||||
uuid/zero)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue