diff --git a/frontend/uxbox/shapes.cljs b/frontend/uxbox/shapes.cljs index e5a47210b..1c55d8f44 100644 --- a/frontend/uxbox/shapes.cljs +++ b/frontend/uxbox/shapes.cljs @@ -62,8 +62,7 @@ (merge $ attrs) (transform-attrs $))] (html - [:svg (merge attrs {:key (str id)}) - data]))) + [:svg (merge attrs {:key (str id)}) data]))) (defmethod -render :builtin/icon-svg [{:keys [image id] :as shape} attrs] diff --git a/frontend/uxbox/ui/workspace/base.cljs b/frontend/uxbox/ui/workspace/base.cljs index b308d6b1f..66a1a4c52 100644 --- a/frontend/uxbox/ui/workspace/base.cljs +++ b/frontend/uxbox/ui/workspace/base.cljs @@ -141,8 +141,6 @@ ;; Materialized views (defonce mouse-position (rx/to-atom (rx/sample 50 mouse-s))) -;; (defonce mouse-position2 (rx/to-atom mouse-s)) - (defn- mouse-mixin-did-mount [own]