diff --git a/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/CreateQuizSection.vue b/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/CreateQuizSection.vue index ad0b77be762..0f21e573849 100644 --- a/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/CreateQuizSection.vue +++ b/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/CreateQuizSection.vue @@ -154,6 +154,7 @@ :disabled="false" :hasIcons="true" :options="activeSectionActions" + @tab="e => (e.preventDefault() || $refs.selectAllCheckbox.focus())" @select="handleActiveSectionAction" /> @@ -161,7 +162,6 @@ -