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:
parent
46f35cf742
commit
213cf60eb0
2 changed files with 1 additions and 4 deletions
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue