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:
parent
5cc367f7f2
commit
dae971a96c
1 changed files with 1 additions and 4 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue