mirror of
https://github.com/zotero/zotero.git
synced 2026-09-19 00:01:31 +00:00
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
Reference in a new issue