Skip to content

Commit

Permalink
fix: comment (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran McDade authored and Fran McDade committed Dec 31, 2024
1 parent 23b0881 commit d7a1513
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export function handleToggleSorting<T extends RowData>(
return;
}
} else {
// Space case; in single-sort mode we do not override a grouped sort.
// Special case; in single-sort mode we do not override a grouped sort.
return;
}
}
Expand Down

0 comments on commit d7a1513

Please sign in to comment.