X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/7c8368cc6365963f0b859874b2aeb9e8522e2f47..98b59a10249afeccbf25bdd5eadf35f43a19cf67:/resources/js/components/shelf-sort.js diff --git a/resources/js/components/shelf-sort.js b/resources/js/components/shelf-sort.js index 07526716a..30eda5a21 100644 --- a/resources/js/components/shelf-sort.js +++ b/resources/js/components/shelf-sort.js @@ -19,6 +19,7 @@ class ShelfSort { new Sortable(scrollBox, { group: 'shelf-books', ghostClass: 'primary-background-light', + handle: '.handle', animation: 150, onSort: this.onChange.bind(this), });