提交 3c573be8 编写于 作者: S SteVen Batten

fix menu dismissal click in titlebar

上级 f6c744ad
...@@ -176,7 +176,7 @@ export class TitlebarPart extends Part implements ITitleService { ...@@ -176,7 +176,7 @@ export class TitlebarPart extends Part implements ITitleService {
} }
private onMenubarFocusChanged(focused: boolean) { private onMenubarFocusChanged(focused: boolean) {
if (!isWeb && (isWindows || isLinux) && this.currentMenubarVisibility === 'compact' && this.dragRegion) { if (!isWeb && (isWindows || isLinux) && this.currentMenubarVisibility !== 'compact' && this.dragRegion) {
if (focused) { if (focused) {
hide(this.dragRegion); hide(this.dragRegion);
} else { } else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册