mirror of
https://github.com/penpot/penpot.git
synced 2026-04-29 21:28:20 +00:00
Remove unused code from icons sidebar ns.
This commit is contained in:
parent
3a5cd39ba4
commit
98f55d53ff
@ -32,17 +32,6 @@
|
||||
|
||||
;; --- Icons (Component)
|
||||
|
||||
(defn- select-icon
|
||||
[icon]
|
||||
(rs/emit! (dw/select-for-drawing icon)))
|
||||
|
||||
(defn- change-icon-coll
|
||||
[local event]
|
||||
(let [value (-> (dom/event->value event)
|
||||
(read-string))]
|
||||
(swap! local assoc :collid value)
|
||||
(rs/emit! (dw/select-for-drawing nil))))
|
||||
|
||||
(mx/defc icon-wrapper
|
||||
{:mixins [mx/static]}
|
||||
[icon]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user