🐛 Fix problem with blocked shapes

This commit is contained in:
alonso.torres 2021-03-26 10:52:29 +01:00
parent a2d8518724
commit 3c2ae03cea
2 changed files with 2 additions and 0 deletions

View file

@ -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?