Skip to content

Commit 43f9ae1

Browse files
committed
Touch start added for ipad
1 parent 3617c95 commit 43f9ae1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/jquery.contextMenu.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,6 +1688,9 @@
16881688

16891689
case 'left':
16901690
$context.on('click' + o.ns, o.selector, o, handle.click);
1691+
break;
1692+
case 'touchstart':
1693+
$context.on('touchstart' + o.ns, o.selector, o, handle.click);
16911694
break;
16921695
/*
16931696
default:

0 commit comments

Comments
 (0)