Michael Schwarz 9 лет назад
Родитель
Сommit
53f7cb97ea
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      lib/sidebar.js

+ 1 - 0
lib/sidebar.js

@@ -4,6 +4,7 @@ define([], function () {
 
     var sidebar = document.createElement("div")
     sidebar.classList.add("sidebar")
+    sidebar.classList.add("hidden")
     el.appendChild(sidebar)
 
     var button = document.createElement("button")