tab bar should not be hidden by keyboard input if it is expanded by mouse
This commit is contained in:
parent
afca500dbe
commit
1b50b890c4
@ -1495,7 +1495,8 @@ AutoHideBrowser.prototype = {
|
||||
}
|
||||
}
|
||||
else {
|
||||
if (this.enabled)
|
||||
if (this.enabled &&
|
||||
this.showHideReason == this.kSHOWN_BY_SHORTCUT)
|
||||
this.hide();
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user