mirror of
https://github.com/penpot/penpot.git
synced 2026-02-27 23:03:53 +00:00
🐛 No select frames without fill should happen only on ctrl click
This commit is contained in:
@@ -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))]
|
||||
|
||||
Reference in New Issue
Block a user