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) {
|
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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue