mirror of
https://github.com/zotero/zotero.git
synced 2026-09-27 01:21:27 +00:00
ReaderTab constructor: Assign _contextPaneOpen from correct option
This commit is contained in:
parent
1b61be71b9
commit
e54665cf49
1 changed files with 1 additions and 1 deletions
|
|
@ -1242,7 +1242,7 @@ class ReaderTab extends ReaderInstance {
|
|||
super(options);
|
||||
this._sidebarWidth = options.sidebarWidth;
|
||||
this._sidebarOpen = options.sidebarOpen;
|
||||
this._contextPaneOpen = options.bottomPlaceholderHeight;
|
||||
this._contextPaneOpen = options.contextPaneOpen;
|
||||
this._bottomPlaceholderHeight = options.bottomPlaceholderHeight;
|
||||
this._showContextPaneToggle = true;
|
||||
this._onToggleSidebarCallback = options.onToggleSidebar;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue