Fix regression preventing opening PDF reader window when the tab is open

This commit is contained in:
Martynas Bagdonas 2022-08-11 12:12:11 +03:00
parent 9b7b4fe134
commit 0857cefb0c

View file

@ -4329,7 +4329,8 @@ var ZoteroPane = new function()
extraData && extraData.location,
{
openInWindow: (event && event.shiftKey)
|| (extraData && extraData.forceOpenPDFInWindow)
|| (extraData && extraData.forceOpenPDFInWindow),
allowDuplicate: event && event.shiftKey
}
);
return;