Fix default value of _orphaned
This commit is contained in:
parent
82f8397000
commit
bf4c1aef6a
@ -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