Skip to content

Commit

Permalink
Update HierarchyGridViewModel.cs
Browse files Browse the repository at this point in the history
Fix the fix
  • Loading branch information
CyLuGh committed May 22, 2024
1 parent 7a32eb9 commit b5ee676
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/HierarchyGrid.Definitions/HierarchyGridViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,8 @@ internal void HandleMouseLeft()
{
HoveredCell = Option<PositionedCell>.None;
HoveredElementId = Guid.Empty;
Observable.Return(RxUnit.Default).InvokeCommand(CloseTooltip);
HoveredDefinitionHeader = Option<PositionedDefinition>.None;

ClearCrosshair();
}

Expand Down

0 comments on commit b5ee676

Please sign in to comment.