We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f9ae1 commit 33f4e71Copy full SHA for 33f4e71
dist/jquery.contextMenu.js
@@ -11,7 +11,7 @@
11
* Licensed under
12
* MIT License http://www.opensource.org/licenses/mit-license
13
*
14
- * Date: 2017-05-25T11:30:28.900Z
+ * Date: 2017-07-16T11:17:51.231Z
15
*/
16
17
// jscs:disable
@@ -1688,6 +1688,9 @@
1688
1689
case 'left':
1690
$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);
1694
break;
1695
/*
1696
default:
0 commit comments