mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -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)
|
(merge $ attrs)
|
||||||
(transform-attrs $))]
|
(transform-attrs $))]
|
||||||
(html
|
(html
|
||||||
[:svg (merge attrs {:key (str id)})
|
[:svg (merge attrs {:key (str id)}) data])))
|
||||||
data])))
|
|
||||||
|
|
||||||
(defmethod -render :builtin/icon-svg
|
(defmethod -render :builtin/icon-svg
|
||||||
[{:keys [image id] :as shape} attrs]
|
[{:keys [image id] :as shape} attrs]
|
||||||
|
|
|
@ -141,8 +141,6 @@
|
||||||
;; Materialized views
|
;; Materialized views
|
||||||
|
|
||||||
(defonce mouse-position (rx/to-atom (rx/sample 50 mouse-s)))
|
(defonce mouse-position (rx/to-atom (rx/sample 50 mouse-s)))
|
||||||
;; (defonce mouse-position2 (rx/to-atom mouse-s))
|
|
||||||
|
|
||||||
|
|
||||||
(defn- mouse-mixin-did-mount
|
(defn- mouse-mixin-did-mount
|
||||||
[own]
|
[own]
|
||||||
|
|
Loading…
Reference in a new issue