fx-compat: Fix collections-containing-an-item highlight
This commit is contained in:
parent
fa31956d28
commit
08a508b750
1 changed files with 1 additions and 1 deletions
|
@ -730,7 +730,7 @@ var ZoteroPane = new function()
|
|||
|
||||
try {
|
||||
// Ignore keystrokes outside of Zotero pane
|
||||
if (!(event.originalTarget.ownerDocument instanceof XMLDocument)) {
|
||||
if (!(event.originalTarget.ownerDocument instanceof HTMLDocument)) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue