Skip to content

Commit f185b0a

Browse files
committed
Add space
1 parent 1eeaffb commit f185b0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TreeDataGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ export function TreeDataGrid<R, SR = unknown, K extends Key = Key>({
305305
// Expand the current group row if it is focused and is in collapsed state
306306
(event.key === rightKey && !row.isExpanded))
307307
) {
308-
//prevent scrolling
308+
// prevent scrolling
309309
event.preventDefault();
310310
event.preventGridDefault();
311311
toggleGroup(row.id);

0 commit comments

Comments
 (0)