mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 08:11:30 -05:00
Remove useles parameter.
This commit is contained in:
parent
5cc367f7f2
commit
dae971a96c
1 changed files with 1 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue