From: soufiane Date: Wed, 22 May 2024 14:19:16 +0000 (+0200) Subject: wip #6927 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0807908f3574771ff10f16ed17741c6cc20f6adc;p=fluidbook-toolbox-quiz.git wip #6927 --- diff --git a/js/quiz.screens.js b/js/quiz.screens.js index fcf7c39..2ae8946 100644 --- a/js/quiz.screens.js +++ b/js/quiz.screens.js @@ -45,6 +45,7 @@ QuizScreens.prototype = { // $(document).on("click", ".btn.moreinfo, .close-explaination", function (e) { e.preventDefault(); + e.stopPropagation(); $this.showExplaination(); });