🐛 Add migration to fix problem with frame-id

This commit is contained in:
alonso.torres 2023-01-27 14:43:55 +01:00
parent d69d392362
commit 86b68aeca4
5 changed files with 49 additions and 20 deletions

View file

@ -432,7 +432,8 @@
(or
(= uuid/zero id)
(and
(str/includes? (str/lower (:name shape)) (str/lower search))
(or (str/includes? (str/lower (:name shape)) (str/lower search))
(str/includes? (dm/str (:id shape)) (str/lower search)))
(or
(empty? filters)
(and

View file

@ -243,6 +243,7 @@
(filter #(or (empty? focus) (cp/is-in-focus? objects focus %)))
(first)
(get objects))]
(reset! hover hover-shape)
(reset! hover-ids ids)
(reset! hover-top-frame-id (ctt/top-nested-frame objects (deref last-point-ref))))))))