From 8cecd7342806fea85aad444a66007b408690f979 Mon Sep 17 00:00:00 2001 From: soufiane Date: Tue, 21 May 2024 15:54:50 +0200 Subject: [PATCH] wip #6927 --- js/quiz.accessibility.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/quiz.accessibility.js b/js/quiz.accessibility.js index 5fd6862..395a6a5 100644 --- a/js/quiz.accessibility.js +++ b/js/quiz.accessibility.js @@ -27,7 +27,7 @@ QuizAccessibility.prototype = { console.log("enter 2") let el = $(':focus').find('[aria-keyshortcuts]') if ($this.quiz.utils.isEnabled(el)) { - el.click(); + el.get(0).click(); return true; } } -- 2.39.5