We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db69ad commit 5cda6dcCopy full SHA for 5cda6dc
src/components/Grid/Cell.tsx
@@ -53,7 +53,6 @@ export const Cell = memo(
53
54
const selectionBorderLeft = rightOfSelectionBorder || rightOfFocus || isFocused;
55
const selectionBorderTop = belowSelectionBorder || belowFocus || isFocused;
56
- console.log("Only row? ", rowCount === 1);
57
return (
58
<div
59
style={style}
0 commit comments