Skip to content

Commit a909c29

Browse files
author
Enzo M
committed
Removed unnecessary tabindex
1 parent 2f95823 commit a909c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/griddle-grid.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ test('Tabs to grid at first', async () => {
3636
<gdl-grid-column slot="headers">Last Name</gdl-grid-column>
3737
<gdl-grid-column slot="headers">Is Manager</gdl-grid-column>
3838
<gdl-grid-row>
39-
<gdl-grid-cell tabindex="0">John</gdl-grid-cell>
39+
<gdl-grid-cell>John</gdl-grid-cell>
4040
<gdl-grid-cell>Doe</gdl-grid-cell>
4141
<gdl-grid-cell>False</gdl-grid-cell>
4242
</gdl-grid-row>

0 commit comments

Comments
 (0)