Skip to content

Commit

Permalink
fix: remove todo item
Browse files Browse the repository at this point in the history
  • Loading branch information
giard-alexandre committed Oct 1, 2024
1 parent 922fb82 commit 1b9e09f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DynamicTreeDataGrid/Controls/ColumnListView.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public ColumnListView() {

private async void OnPointerPressed(object? sender, PointerPressedEventArgs e) {
// We don't care about anything that isn't one of our list items.
// TODO: Change to a custom control?
if (sender is not ColumnItemView border) return;
if (border.DataContext is not IColumn column) return;

Expand Down

0 comments on commit 1b9e09f

Please sign in to comment.