We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3270800 commit 4526eaaCopy full SHA for 4526eaa
1 file changed
src/vs/base/browser/ui/menu/menubar.ts
@@ -942,7 +942,6 @@ export class MenuBar extends Disposable {
942
menuHolder.style.top = `0px`;
943
menuHolder.style.right = `${this.container.clientWidth}px`;
944
menuHolder.style.left = 'auto';
945
- console.log(customMenu.buttonElement.getBoundingClientRect().right - this.container.clientWidth);
946
} else {
947
menuHolder.style.top = `${this.container.clientHeight}px`;
948
menuHolder.style.left = `${customMenu.buttonElement.getBoundingClientRect().left}px`;
0 commit comments