diff --git a/chrome/content/zotero/bindings/relatedbox.xml b/chrome/content/zotero/bindings/relatedbox.xml index dcf32437f2..7a8f242959 100644 --- a/chrome/content/zotero/bindings/relatedbox.xml +++ b/chrome/content/zotero/bindings/relatedbox.xml @@ -39,6 +39,7 @@ switch (val) { case 'view': case 'merge': + case 'mergeedit': break; case 'edit': diff --git a/chrome/content/zotero/bindings/tagsbox.xml b/chrome/content/zotero/bindings/tagsbox.xml index 15a68f980c..0094e54749 100644 --- a/chrome/content/zotero/bindings/tagsbox.xml +++ b/chrome/content/zotero/bindings/tagsbox.xml @@ -41,6 +41,7 @@ switch (val) { case 'view': case 'merge': + case 'mergeedit': break; case 'edit':