Fixed #1616 - Accessibility issue with Accordion keyboard navigation

pull/1711/head
Tuğçe Küçükoğlu 2021-10-25 17:30:09 +03:00
parent 69dce5e507
commit cc7d7c437c
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ export default {
},
onTabKeydown(event, tab, i) {
if (event.which === 13) {
this.onTabClick(event, i);
this.onTabClick(event, tab, i);
}
},
isTabActive(index) {