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 a8a93e1 commit 06a677bCopy full SHA for 06a677b
dist/jquery.contextMenu.js
@@ -12,7 +12,7 @@
12
* MIT License http://www.opensource.org/licenses/mit-license
13
* GPL v3 http://opensource.org/licenses/GPL-3.0
14
*
15
- * Date: 2015-11-16T21:46:26.061Z
+ * Date: 2015-11-28T12:12:18.532Z
16
*/
17
18
(function (factory) {
@@ -1098,7 +1098,7 @@
1098
$t.addClass('context-menu-html ' + root.classNames.notSelectable);
1099
} else if (item.type) {
1100
$label = $('<label></label>').appendTo($t);
1101
- createNameNode(item).appendTo($t);
+ createNameNode(item).appendTo($label);
1102
1103
$t.addClass('context-menu-input');
1104
opt.hasTypes = true;
0 commit comments