diff --git a/frontend/src/app/main/ui/workspace/viewport/selection.cljs b/frontend/src/app/main/ui/workspace/viewport/selection.cljs index b37a30139..9da8423b8 100644 --- a/frontend/src/app/main/ui/workspace/viewport/selection.cljs +++ b/frontend/src/app/main/ui/workspace/viewport/selection.cljs @@ -602,7 +602,8 @@ (= edition shape-id)) nil - (= edition shape-id) + (and (= edition shape-id) + (cfh/path-shape? shape)) [:> path-editor* {:zoom zoom :shape shape}]