diff --git a/src/components/TheEditor.vue b/src/components/TheEditor.vue index dce57ec45..8a14bd2b3 100644 --- a/src/components/TheEditor.vue +++ b/src/components/TheEditor.vue @@ -60,6 +60,7 @@ :name="filename" :file-extension="fileExtension" class="codemirror" + :class="{ withSidebar: fileStructureSidebar }" @lineChange="lineChanges" />