mirror of
https://github.com/zotero/zotero.git
synced 2026-09-23 00:43:17 +00:00
fx-compat: XULDocument → XMLDocument
This commit is contained in:
parent
e98a80c803
commit
fb8984c947
1 changed files with 1 additions and 1 deletions
|
|
@ -710,7 +710,7 @@ var ZoteroPane = new function()
|
|||
|
||||
try {
|
||||
// Ignore keystrokes outside of Zotero pane
|
||||
if (!(event.originalTarget.ownerDocument instanceof XULDocument)) {
|
||||
if (!(event.originalTarget.ownerDocument instanceof XMLDocument)) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue