0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 16:21:57 -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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@ -516,7 +513,7 @@
:mixins [mx/static rum/reactive (mx/local)]}))
(defn options-toolbox-render
[own shape]
[own]
(let [workspace (rum/react wb/workspace-l)
close #(rs/emit! (dw/toggle-flag :element-options))
shape (when (and (:selected workspace)