Merge pull request #449 from toasted-nutbread/orphan-fix
Fix default value of _orphaned
This commit is contained in:
commit
7f3e272839
@ -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([
|
||||
|
Loading…
Reference in New Issue
Block a user