Skip to content
Snippets Groups Projects
Unverified Commit 68bae98b authored by Jack Reed's avatar Jack Reed Committed by GitHub
Browse files

Merge pull request #3012 from ProjectMirador/fix

Don't preclude showing the sidebar buttons
parents 7483bd1e dd7f9d00
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ export function addWindow({ companionWindows, ...options }) { ...@@ -82,7 +82,7 @@ export function addWindow({ companionWindows, ...options }) {
rangeId: null, rangeId: null,
rotation: null, rotation: null,
selectedAnnotations: {}, selectedAnnotations: {},
sideBarOpen: config.window.defaultSideBarPanel && config.window.sideBarOpenByDefault, sideBarOpen: config.window.sideBarOpenByDefault,
sideBarPanel: config.window.defaultSideBarPanel, sideBarPanel: config.window.defaultSideBarPanel,
thumbnailNavigationId: cwThumbs, thumbnailNavigationId: cwThumbs,
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment