diff --git a/chrome/content/zotero/components/virtualized-table.jsx b/chrome/content/zotero/components/virtualized-table.jsx index b8e5ca6f86..66e87978c4 100644 --- a/chrome/content/zotero/components/virtualized-table.jsx +++ b/chrome/content/zotero/components/virtualized-table.jsx @@ -727,7 +727,7 @@ class VirtualizedTable extends React.Component { } _handleContextMenu = async (e, index) => { - if (e.target.nodeName.toLowerCase() === 'input') { + if (e.target.localName === 'input') { // Do not hijack context menu on inputs, fixes #5374 return; }