Ensure the captcha clearing window is activated upon open on macOS
This commit is contained in:
parent
b03dbee3e8
commit
9a6b35b962
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ Zotero.BrowserDownload = {
|
|||
win.addEventListener('load', resolve);
|
||||
});
|
||||
browser = win.document.querySelector('browser');
|
||||
Zotero.Utilities.Internal.activate(win);
|
||||
|
||||
pdfMIMETypeHandler = this._makePDFMIMETypeHandler(browser, pdfFoundDeferred.resolve);
|
||||
Zotero.MIMETypeHandler.addHandlers("application/pdf", pdfMIMETypeHandler, true);
|
||||
|
|
Loading…
Reference in a new issue