Ensure that file tree re-opens on page load (#8061)

GitOrigin-RevId: ec3d6a43a34aefa2e9574ef7b1b61f8a53b74263
This commit is contained in:
Alf Eaton 2022-05-23 12:57:09 +01:00 committed by Copybot
parent 80f6662957
commit 44d4d8b15d

View file

@ -91,7 +91,8 @@ export default App.directive('layout', ($parse, $compile, ide) => ({
) {
options.west = state.west
}
options.west.initClosed = state.west.initClosed
// NOTE: disabled so that the file tree re-opens on page load
// options.west.initClosed = state.west.initClosed
}
}