Fix regression preventing opening PDF reader window when the tab is open
(cherry picked from commit 0857cefb0c
)
This commit is contained in:
parent
d6909ec8e5
commit
d1550a3fd5
1 changed files with 2 additions and 1 deletions
|
@ -4318,7 +4318,8 @@ var ZoteroPane = new function()
|
|||
extraData && extraData.location,
|
||||
{
|
||||
openInWindow: (event && event.shiftKey)
|
||||
|| (extraData && extraData.forceOpenPDFInWindow)
|
||||
|| (extraData && extraData.forceOpenPDFInWindow),
|
||||
allowDuplicate: event && event.shiftKey
|
||||
}
|
||||
);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue