Closed yomybaby closed 1 week ago
Add the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix.
You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @yomybaby and the rest of your teammates on Graphite
./react
St.:grey_question: |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 5.03% | 367/7294 |
🔴 | Branches | 4.4% | 221/5027 |
🔴 | Functions | 2.95% | 71/2408 |
🔴 | Lines | 4.93% | 352/7133 |
100 tests passing in 13 suites.
Report generated by 🧪jest coverage report action from a888e3ef7cf51726092eb637da4307beb1826732
Resolves #2830
Prevents column sorting when resizing columns in BAITable
This PR fixes an issue where users could accidentally trigger column sorting while resizing table columns. It adds a debounced resize state check that temporarily disables click events during and shortly after column resizing operations.
Implementation details:
isResizing
state to track when a column is being resized