]> _ Git - fluidbook-toolbox-quiz.git/commitdiff
wait #6812
authorsoufiane <soufiane@cubedesigners.com>
Tue, 14 May 2024 16:20:25 +0000 (18:20 +0200)
committersoufiane <soufiane@cubedesigners.com>
Tue, 14 May 2024 16:20:25 +0000 (18:20 +0200)
js/quiz.draganddrop.js

index f1ba64b1c27b1453f4115f0cb1796b82fc5f7c19..511fb0bfef90301f625599b03da31c3155307c50 100644 (file)
@@ -330,8 +330,6 @@ QuizDragAndDrop.prototype = {
         this.createDraggable(this)
         let tl = gsap.timeline()
         this.quiz.animations.animateDragAndDropCarrousel(tl)
-
-        this.reset();
     }
 }