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

(cherry picked from commit 0857cefb0c)
This commit is contained in:
Martynas Bagdonas 2022-08-11 12:12:11 +03:00
parent d6909ec8e5
commit d1550a3fd5

View file

@ -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;