Skip to content

Commit 600e82d

Browse files
committed
fixup! feat(cdk-experimental/ui-patterns): add grid selection behavior
1 parent 1ea31cc commit 600e82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk-experimental/ui-patterns/behaviors/grid-selection/grid-selection.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ describe('GridSelection', () => {
248248
});
249249

250250
it('should deselect one cell when multiple are selected', () => {
251-
const {gridFocus, gridSelection} = createGridSelection({
251+
const {gridSelection} = createGridSelection({
252252
cells: gridA,
253253
activeCoords: signal({row: 0, col: 0}),
254254
value: signal(['(0,0)', '(1,1)']),

0 commit comments

Comments
 (0)