diff options
-rw-r--r-- | demos/draggable/sortable.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/draggable/sortable.html b/demos/draggable/sortable.html index 01bc8ff9e..119bcc8be 100644 --- a/demos/draggable/sortable.html +++ b/demos/draggable/sortable.html @@ -21,7 +21,8 @@ connectToSortable: '#sortable', helper: 'clone', revert: 'invalid' - }); + }) + $("ul, li").disableSelection(); }); </script> </head> |