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:
parent
dad88cb42e
commit
5bd4be1950
1 changed files with 1 additions and 1 deletions
|
@ -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))]
|
||||
|
|
Loading…
Add table
Reference in a new issue