Fix default value of _orphaned

This commit is contained in:
toasted-nutbread 2020-04-11 22:27:31 -04:00
parent 82f8397000
commit bf4c1aef6a

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([