Skip to content

Commit

Permalink
fix autohide after drag event
Browse files Browse the repository at this point in the history
  • Loading branch information
cesar19004 authored and vanvugt committed Feb 10, 2025
1 parent 152a4da commit 0a70b56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docking.js
Original file line number Diff line number Diff line change
Expand Up @@ -1265,6 +1265,7 @@ const DockedDash = GObject.registerClass({
this._ignoreHover = this._oldIgnoreHover;
this._oldIgnoreHover = null;
this._box.sync_hover();
this._updateDashVisibility();
}

/**
Expand Down

0 comments on commit 0a70b56

Please sign in to comment.