Permalink
Browse files
demos draggable sortable: disable text selection
- Loading branch information...
Showing
with
2 additions
and
1 deletion.
-
+2
−1
demos/draggable/sortable.html
|
|
@@ -21,7 +21,8 @@ |
|
|
connectToSortable: '#sortable',
|
|
|
helper: 'clone',
|
|
|
revert: 'invalid'
|
|
|
- });
|
|
|
+ })
|
|
|
+ $("ul, li").disableSelection();
|
|
|
});
|
|
|
</script>
|
|
|
</head>
|
|
|
|
0 comments on commit
3fdeb1a