Skip to content

Commit 7182cba

Browse files
committed
remove additional appendChild
fixes microsoft#104224
1 parent 2277c8e commit 7182cba

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/vs/base/browser/ui/menu/menu.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -853,8 +853,6 @@ class SubmenuMenuActionViewItem extends BaseMenuActionViewItem {
853853
this.parentData.submenu.style(this.menuStyle);
854854
}
855855

856-
this.element.appendChild(this.submenuContainer);
857-
858856
// layout submenu
859857
const entryBox = this.element.getBoundingClientRect();
860858
const entryBoxUpdated = {

0 commit comments

Comments
 (0)