hide sidebar by default

This commit is contained in:
catarak 2016-09-03 20:47:30 -04:00
parent 336be41b09
commit b10d2063ed
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ const initialState = {
arguments: []
},
modalIsVisible: false,
sidebarIsExpanded: true,
sidebarIsExpanded: false,
consoleIsExpanded: false,
preferencesIsVisible: false,
projectOptionsVisible: false,