Skip to content

Commit

Permalink
Fix: Buttons no longer work on the TreeView element when the element …
Browse files Browse the repository at this point in the history
…is selected.
  • Loading branch information
Julien Bartels committed Dec 10, 2024
1 parent cc862a0 commit 4f2f0dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ private void AssociatedObject_PointerPressed(object? sender, PointerPressedEvent
_captured = true;
}
}
e.Handled = false;
}

private void AssociatedObject_PointerReleased(object? sender, PointerReleasedEventArgs e)
Expand Down

0 comments on commit 4f2f0dc

Please sign in to comment.