Fix still broken reader view focusing after tab switch

This commit is contained in:
Martynas Bagdonas 2023-08-29 13:47:11 +03:00
parent ae1c8bd059
commit b72894d874

View file

@ -89,6 +89,7 @@ class ReaderInstance {
async focus() {
await this._waitForReader();
this._iframeWindow.focus();
this._internalReader?.focus();
}
getSecondViewState() {