From: soufiane Date: Wed, 22 May 2024 15:16:55 +0000 (+0200) Subject: wip #6927 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3d08c486951576ccf05b4783e0dd102ee5fd2c81;p=fluidbook-toolbox-quiz.git wip #6927 --- diff --git a/js/quiz.accessibility.js b/js/quiz.accessibility.js index 44bb635..e2c9bf6 100644 --- a/js/quiz.accessibility.js +++ b/js/quiz.accessibility.js @@ -27,7 +27,7 @@ QuizAccessibility.prototype = { $('[for="toggleDropdown"]:focus').get(0).click(); } if ($this.quiz.utils.isEnabled(el)) { - el.get(0).click(); + el.get(0).click((e) => { return false; }); return true; } }