mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-02 14:49:16 +02:00
Merge pull request #1124 from rafaelsaback/patch-2
Add mousemove to DOM_EVENTS
This commit is contained in:
commit
c0b710deab
1 changed files with 1 additions and 1 deletions
|
@ -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 : {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue