0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-03 18:41:22 -05:00

🐛 No select frames without fill should happen only on ctrl click

This commit is contained in:
alonso.torres 2023-03-13 15:24:01 +01:00
parent dad88cb42e
commit 5bd4be1950

View file

@ -253,7 +253,7 @@
(->> ids
(remove remove-id?)
(remove (partial cph/hidden-parent? objects))
(remove no-fill-nested-frames?)
(remove #(and mod? (no-fill-nested-frames? %)))
(filter #(or (empty? focus) (cp/is-in-focus? objects focus %)))
(first)
(get objects))]