Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Commit e0df3b3

Browse files
committed
bug fix
1 parent 1b0afd7 commit e0df3b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/contextmenu-layer.js

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export default function(identifier, configure) {
6161
}, this.props.holdToDisplay);
6262
},
6363
handleTouchEnd(event){
64+
event.preventDefault();
6465
this.mouseDown = false;
6566
},
6667
handleMouseUp(event){

0 commit comments

Comments
 (0)