mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
Remove unused code from icons sidebar ns.
This commit is contained in:
parent
3a5cd39ba4
commit
98f55d53ff
1 changed files with 0 additions and 11 deletions
|
@ -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…
Reference in a new issue