diff --git a/frontend/src/app/main/ui/workspace/context_menu.cljs b/frontend/src/app/main/ui/workspace/context_menu.cljs index 4e98368eeb..7f1a4bbf6b 100644 --- a/frontend/src/app/main/ui/workspace/context_menu.cljs +++ b/frontend/src/app/main/ui/workspace/context_menu.cljs @@ -140,8 +140,9 @@ [:& menu-entry {:title (t locale "workspace.shape.menu.lock") :on-click do-lock-shape}]) - (when (or (nil? (:shape-ref shape)) - (> (count selected) 1)) + (when (and (or (nil? (:shape-ref shape)) + (> (count selected) 1)) + (not= (:type shape) :frame)) [:* [:& menu-separator] [:& menu-entry {:title (t locale "workspace.shape.menu.create-component")