Don't focus Zotero Pane window when opening a tab in background
This commit is contained in:
parent
3c3eac43de
commit
645eb86cbc
1 changed files with 4 additions and 1 deletions
|
@ -1050,7 +1050,10 @@ class Reader {
|
|||
}
|
||||
};
|
||||
}
|
||||
reader._window.focus();
|
||||
|
||||
if (!openInBackground) {
|
||||
reader._window.focus();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue