Fix blank standalone PDF reader window issue

This commit is contained in:
Martynas Bagdonas 2021-05-21 15:44:38 +03:00
parent 1e0b5272a4
commit 39b56a66dc

View file

@ -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;