fx-compat: Fix Item Type menu regression

This commit is contained in:
Abe Jellinek 2022-05-31 15:04:14 -07:00
parent d3555228b2
commit 1b74befd64

View file

@ -448,7 +448,7 @@
} }
if (this.showTypeMenu) { if (this.showTypeMenu) {
this.updateItemTypeMenuSelection(); this.updateItemTypeMenuSelection();
this.itemTypeMenu.parentNode.parentNode.style.display = 'initial'; this.itemTypeMenu.parentNode.parentNode.style.display = 'table-row';
this.itemTypeMenu.setAttribute('ztabindex', '0'); this.itemTypeMenu.setAttribute('ztabindex', '0');
} }
else { else {