Skip to content

Commit

Permalink
Merge pull request #402 from pereorga/feat/perf-resize-interval
Browse files Browse the repository at this point in the history
Increase resize event interval from 100ms to 250ms
  • Loading branch information
johanneswilm authored Oct 9, 2024
2 parents 2f37150 + ee5cfb5 commit 3c025a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datatable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ export class DataTable {
return
}
this.update(true)
}, 100)
}, 250)

/**
* Destroy the instance
Expand Down

0 comments on commit 3c025a4

Please sign in to comment.