diff --git a/src/uxbox/ui/workspace/canvas.cljs b/src/uxbox/ui/workspace/canvas.cljs index 0eef05376..d15df1fc7 100644 --- a/src/uxbox/ui/workspace/canvas.cljs +++ b/src/uxbox/ui/workspace/canvas.cljs @@ -79,11 +79,11 @@ :on-mouse-up on-mouse-up} (shapes/-render shape nil)])))) -(def shape +(def ^:static shape (mx/component {:render shape-render :name "shape" - :mixins [mx/static (mx/local {})]})) + :mixins [(mx/local {}) rum/reactive]})) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Canvas