mirror of
https://github.com/penpot/penpot.git
synced 2025-05-27 23:46:13 +02:00
🐛 Fix problem with blocked shapes
This commit is contained in:
parent
a2d8518724
commit
3c2ae03cea
2 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
|||
match-criteria?
|
||||
(fn [shape]
|
||||
(and (not (:hidden shape))
|
||||
(not (:blocked shape))
|
||||
(or (not frame-id) (= frame-id (:frame-id shape)))
|
||||
(case (:type shape)
|
||||
:frame include-frames?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue