Skip to content

Commit

Permalink
Build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkfranz committed Dec 7, 2020
1 parent 8dad080 commit 611d115
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cytoscape-cxtmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ var cxtmenu = function cxtmenu(params) {
if (!inGesture) {
return;
}
e.preventDefault(); // Otherwise, on mobile, the pull-down refresh gesture gets activated

var origE = e.originalEvent;
var isTouch = origE.touches && origE.touches.length > 0;
Expand Down

0 comments on commit 611d115

Please sign in to comment.