From de03dd1f6e14a8262a520a87a624c437e17c5873 Mon Sep 17 00:00:00 2001 From: Jacob Pierce Date: Wed, 15 Nov 2023 17:54:35 -0800 Subject: [PATCH] Ensure [Tab]-nav flow works properly when leaving Options button KDS commit 047379f579ad7067381a9576edc21abd12ad8378 is a req for this change --- .../assets/src/views/plan/CreateExamPage/CreateQuizSection.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ -