diff --git a/frontend/src/app/main/ui/viewer/shapes.cljs b/frontend/src/app/main/ui/viewer/shapes.cljs index 211c50b1f..f3dcd254a 100644 --- a/frontend/src/app/main/ui/viewer/shapes.cljs +++ b/frontend/src/app/main/ui/viewer/shapes.cljs @@ -58,7 +58,7 @@ [:> shape-container {:shape shape :on-mouse-down on-mouse-down - :cursor (when (:interactions shape) "pointer")} + :cursor (when (seq (:interactions shape)) "pointer")} [:& component {:shape shape :frame frame :childs childs