Merge pull request #449 from toasted-nutbread/orphan-fix

Fix default value of _orphaned
This commit is contained in:
toasted-nutbread 2020-04-12 11:43:07 -04:00 committed by GitHub
commit 7f3e272839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ class Frontend extends TextScanner {
this._pageZoomFactor = 1.0;
this._contentScale = 1.0;
this._orphaned = true;
this._orphaned = false;
this._lastShowPromise = Promise.resolve();
this._windowMessageHandlers = new Map([