]> _ Git - fluidbook-html5.git/commitdiff
wait #4177 @1.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 8 Jan 2021 15:10:30 +0000 (16:10 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 8 Jan 2021 15:10:30 +0000 (16:10 +0100)
js/libs/fluidbook/fluidbook.links.js

index 52248821e6fe94785710ee0998f98d273794b747..f1517f2c9bd3ebceb8862366a5a1da1b742fc43d 100644 (file)
@@ -48,7 +48,7 @@ FluidbookLinks.prototype = {
             });
         });
 
-        $(document).on('click', '[data-id] a', function () {
+        $(document).on('click touchend', '[data-id] a', function () {
             $this.fluidbook.contentlock.addAction($(this).closest('[data-id]').attr('data-id'), 'click');
             return true;
         });