mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
Remove some commented code.
This commit is contained in:
parent
94c7f0df98
commit
61e0f6fa10
1 changed files with 0 additions and 6 deletions
|
@ -88,12 +88,6 @@
|
|||
[:section.workspace-canvas
|
||||
{:class classes
|
||||
:ref "workspace-canvas"}
|
||||
#_(when (and (:selected workspace)
|
||||
(= (count (:selected workspace)) 1))
|
||||
(let [shape-id (first (:selected workspace))
|
||||
shape (l/focus-atom (l/in [:shapes-by-id shape-id]) st/state)]
|
||||
(element-opts shape)))
|
||||
|
||||
[:section.viewport-container
|
||||
{:ref "viewport-container"
|
||||
:width wb/viewport-width
|
||||
|
|
Loading…
Reference in a new issue