fx-compat: Fix Item Type menu regression
This commit is contained in:
parent
d3555228b2
commit
1b74befd64
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue