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