0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-14 08:41:48 -05:00

Remove useles parameter.

This commit is contained in:
Andrey Antukh 2016-02-24 21:11:08 +02:00
parent 5cc367f7f2
commit dae971a96c

View file

@ -481,9 +481,6 @@
]]] ]]]
))) )))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Components ;; Components
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@ -516,7 +513,7 @@
:mixins [mx/static rum/reactive (mx/local)]})) :mixins [mx/static rum/reactive (mx/local)]}))
(defn options-toolbox-render (defn options-toolbox-render
[own shape] [own]
(let [workspace (rum/react wb/workspace-l) (let [workspace (rum/react wb/workspace-l)
close #(rs/emit! (dw/toggle-flag :element-options)) close #(rs/emit! (dw/toggle-flag :element-options))
shape (when (and (:selected workspace) shape (when (and (:selected workspace)