Fix blank standalone PDF reader window issue
This commit is contained in:
parent
1e0b5272a4
commit
39b56a66dc
1 changed files with 1 additions and 1 deletions
|
@ -709,7 +709,7 @@ class Reader {
|
|||
constructor() {
|
||||
this._sidebarWidth = 200;
|
||||
this._sidebarOpen = false;
|
||||
this._bottomPlaceholderHeight = 800;
|
||||
this._bottomPlaceholderHeight = 0;
|
||||
this._readers = [];
|
||||
this._notifierID = Zotero.Notifier.registerObserver(this, ['item', 'tab'], 'reader');
|
||||
this.onChangeSidebarWidth = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue