]> _ Git - fluidbook-toolbox-quiz.git/commitdiff
wip #6927
authorsoufiane <soufiane@cubedesigners.com>
Wed, 22 May 2024 15:43:52 +0000 (17:43 +0200)
committersoufiane <soufiane@cubedesigners.com>
Wed, 22 May 2024 15:43:52 +0000 (17:43 +0200)
js/quiz.draganddrop.js

index e64356fb178981fcf87f418f85861c7bf469a557..74ad058eb8872cc25aa422ae528acfa7e721a5a4 100644 (file)
@@ -27,6 +27,7 @@ QuizDragAndDrop.prototype = {
 
             let index = $this.activeScreen.find(".list-item:nth-child(1)").data('id')
             $this.sendCurrentAnswerToArea(zone,index);
+            return false;
         });