Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jassmith committed Mar 14, 2022
1 parent 343c9f9 commit 5e00fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/data-editor/data-editor.tsx
Expand Up @@ -1616,7 +1616,7 @@ const DataEditorImpl: React.ForwardRefRenderFunction<DataEditorRef, DataEditorPr
);
event.cancel();
} else if (event.keyCode === 82 && isPrimaryKey && gridSelection.range.width > 1 && enableRightfill) {
// ctrl/cmd + d
// ctrl/cmd + r
const damage: (readonly [number, number])[] = [];
const r = gridSelection.range;
for (let y = 0; y < r.height; y++) {
Expand Down

0 comments on commit 5e00fde

Please sign in to comment.