diff --git a/frontend/src/app/main/ui/workspace/shapes.cljs b/frontend/src/app/main/ui/workspace/shapes.cljs index 06f3731c5e..6ce2ffe3b7 100644 --- a/frontend/src/app/main/ui/workspace/shapes.cljs +++ b/frontend/src/app/main/ui/workspace/shapes.cljs @@ -87,7 +87,7 @@ (for [shape shapes] (let [thumbnail? (and (not disable-thumbnails) - (contains? active-frames (dm/get-prop shape :id)))] + (not (contains? active-frames (dm/get-prop shape :id))))] [:g.ws-shape-wrapper {:key (dm/str (dm/get-prop shape :id))} (if ^boolean (cfh/frame-shape? shape) [:& root-frame-wrapper