We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690bade commit 984673cCopy full SHA for 984673c
js/ui/panel.js
@@ -3670,7 +3670,7 @@ Panel.prototype = {
3670
*/
3671
_updatePanelVisibility: function() {
3672
this._mouseEntered = this._mouseOnPanel();
3673
- if (this._panelEditMode || this._panelHasOpenMenus())
+ if (this._panelEditMode || this._highlighted || this._panelHasOpenMenus())
3674
this._shouldShow = true;
3675
else {
3676
switch (this._autohideSettings) {
0 commit comments