]> _ Git - fluidbook-html5.git/commitdiff
#1344
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 12 Apr 2017 17:08:13 +0000 (19:08 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 12 Apr 2017 17:08:13 +0000 (19:08 +0200)
js/libs/fluidbook/fluidbook.interact.js

index 0db6e7204db28dac53916ea9b3de3c0a57c191ec..f883845910694d1fefc5d6908b2f702e184292d9 100644 (file)
@@ -6,7 +6,7 @@ function FluidbookInteract(fluidbook) {
 FluidbookInteract.prototype = {
     init: function () {
         var $this = this;
-        interact(document).on('move', function (e) {
+        interact(document).on('dragmove', function (e) {
             $this.move(e);
         });
     },