Skip to content

Commit cdcb457

Browse files
committed
#6672 cleanup
1 parent 5fa2f1a commit cdcb457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/selection/grid/BaseModel.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class BaseModel extends Model {
3434

3535
for (node of path) {
3636
if (node.id === nodeId) {
37-
rowIndex = parseInt(node.aria.rowindex) -2;
37+
rowIndex = parseInt(node.aria.rowindex);
3838

3939
// aria-rowindex is 1 based & also includes the header
4040
rowIndex -= 2;

0 commit comments

Comments
 (0)