Skip to content

Commit

Permalink
Merge pull request #16 from Tadelsucht/master
Browse files Browse the repository at this point in the history
Fix: Buttons no longer work on the TreeView element when the element is selected.
  • Loading branch information
wieslawsoltes authored Jan 2, 2025
2 parents c603b60 + 4f2f0dc commit e5a6781
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 e5a6781

Please sign in to comment.