Disable text selection only in workspace and viewer

This commit is contained in:
Andrés Moya 2020-06-17 09:54:56 +02:00
parent 4fb8a3dc8d
commit 8c49d11026
4 changed files with 6 additions and 2 deletions

View file

@ -115,7 +115,7 @@
(let [file (mf/deref refs/workspace-file)
project (mf/deref refs/workspace-project)
layout (mf/deref refs/workspace-layout)]
[:section
[:section#workspace
[:& header {:file file
:project project
:layout layout}]