diff --git a/frontend/src/uxbox/main/geom.cljs b/frontend/src/uxbox/main/geom.cljs index 58ec4c3f7..9d1884f00 100644 --- a/frontend/src/uxbox/main/geom.cljs +++ b/frontend/src/uxbox/main/geom.cljs @@ -177,6 +177,7 @@ (defn setup-proportions [shape] (case (:type shape) + :canvas (setup-proportions-rect shape) :rect (setup-proportions-rect shape) :circle (setup-proportions-rect shape) :icon (setup-proportions-image shape)