Skip to content

Commit

Permalink
fix accessibility problem with table
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarson authored and RomanSerikov committed Jan 28, 2021
1 parent d116b5c commit f49c2f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/diff/DiffViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export default {
tr.appendChild(r_td);
table.appendChild(tr);
table.setAttribute('aria-hidden', 'false');
}
}
}
Expand Down

0 comments on commit f49c2f5

Please sign in to comment.