From: soufiane Date: Tue, 21 May 2024 13:48:27 +0000 (+0200) Subject: wip #6927 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d8484510a38fff1b254f52272bb0c2647a399d70;p=fluidbook-toolbox-quiz.git wip #6927 --- diff --git a/js/quiz.accessibility.js b/js/quiz.accessibility.js index 8d14001..868562c 100644 --- a/js/quiz.accessibility.js +++ b/js/quiz.accessibility.js @@ -25,6 +25,7 @@ QuizAccessibility.prototype = { if (key === 'ENTER') { console.log("enter 2") + console.log($(this)) let el = $(':focus').find('[aria-keyshortcuts="' + key + '"]') if ($this.quiz.utils.isEnabled(el)) { el.click();