🐛 Fixes issues with frame selection

This commit is contained in:
alonso.torres 2021-02-24 13:17:16 +01:00 committed by Andrey Antukh
parent d517daa045
commit 8f4e13072c
4 changed files with 4 additions and 2 deletions

View file

@ -353,6 +353,7 @@
(let [frames (select-frames objects)]
(or
(->> frames
(reverse)
(d/seek #(and position (gsh/has-point? % position)))
:id)
uuid/zero)))