Skip to content

Commit

Permalink
Don't think we need to preventDefault after all
Browse files Browse the repository at this point in the history
  • Loading branch information
m-akinc committed Oct 11, 2024
1 parent 7e2f460 commit ebbbf9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/nimble-components/src/table/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,6 @@ export class Table<
event.clientX,
this.getRightDividerIndex(columnIndex)
);
event.preventDefault();
}
}

Expand All @@ -568,7 +567,6 @@ export class Table<
event.clientX,
this.getLeftDividerIndex(columnIndex)
);
event.preventDefault();
}
}

Expand Down

0 comments on commit ebbbf9f

Please sign in to comment.