diff --git a/modules/autoHide.js b/modules/autoHide.js index a3c1cd9a..c6b81da7 100644 --- a/modules/autoHide.js +++ b/modules/autoHide.js @@ -1495,7 +1495,8 @@ AutoHideBrowser.prototype = { } } else { - if (this.enabled) + if (this.enabled && + this.showHideReason == this.kSHOWN_BY_SHORTCUT) this.hide(); } },