From 1b74befd64b2d79734653ca62f056c2f64a89a85 Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Tue, 31 May 2022 15:04:14 -0700 Subject: [PATCH] fx-compat: Fix Item Type menu regression --- chrome/content/zotero/elements/itemBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/elements/itemBox.js b/chrome/content/zotero/elements/itemBox.js index 31c3734b74..cd502ee5e6 100644 --- a/chrome/content/zotero/elements/itemBox.js +++ b/chrome/content/zotero/elements/itemBox.js @@ -448,7 +448,7 @@ } if (this.showTypeMenu) { this.updateItemTypeMenuSelection(); - this.itemTypeMenu.parentNode.parentNode.style.display = 'initial'; + this.itemTypeMenu.parentNode.parentNode.style.display = 'table-row'; this.itemTypeMenu.setAttribute('ztabindex', '0'); } else {