Skip to content

Commit 984673c

Browse files
committed
Avoid merge conflict. #12929 should be merged first
1 parent 690bade commit 984673c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/ui/panel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3670,7 +3670,7 @@ Panel.prototype = {
36703670
*/
36713671
_updatePanelVisibility: function() {
36723672
this._mouseEntered = this._mouseOnPanel();
3673-
if (this._panelEditMode || this._panelHasOpenMenus())
3673+
if (this._panelEditMode || this._highlighted || this._panelHasOpenMenus())
36743674
this._shouldShow = true;
36753675
else {
36763676
switch (this._autohideSettings) {

0 commit comments

Comments
 (0)