From 85c26471a1876a6898fea81961a8be0eeac26389 Mon Sep 17 00:00:00 2001 From: Rafael Saback Date: Fri, 11 Sep 2020 09:06:30 +0200 Subject: [PATCH] Add mousemove to DOM_EVENTS --- src/utils/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/constants.js b/src/utils/constants.js index fd5997b..ac0a268 100644 --- a/src/utils/constants.js +++ b/src/utils/constants.js @@ -1,7 +1,7 @@ export const EPUBJS_VERSION = "0.3"; // Dom events to listen for -export const DOM_EVENTS = ["keydown", "keyup", "keypressed", "mouseup", "mousedown", "click", "touchend", "touchstart", "touchmove"]; +export const DOM_EVENTS = ["keydown", "keyup", "keypressed", "mouseup", "mousedown", "mousemove", "click", "touchend", "touchstart", "touchmove"]; export const EVENTS = { BOOK : {