Fix still broken reader view focusing after tab switch
This commit is contained in:
parent
ae1c8bd059
commit
b72894d874
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ class ReaderInstance {
|
|||
async focus() {
|
||||
await this._waitForReader();
|
||||
this._iframeWindow.focus();
|
||||
this._internalReader?.focus();
|
||||
}
|
||||
|
||||
getSecondViewState() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue