0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 16:30:37 -05:00

Remove some commented code.

This commit is contained in:
Andrey Antukh 2016-02-16 20:39:27 +02:00
parent 94c7f0df98
commit 61e0f6fa10

View file

@ -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