0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-07 15:39:42 -05:00

Minor cosmetic fixes.

This commit is contained in:
Andrey Antukh 2016-01-02 17:34:10 +02:00
parent 46f35cf742
commit 213cf60eb0
2 changed files with 1 additions and 4 deletions

View file

@ -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]

View file

@ -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]