]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/shelf-sort.js
Revised role index list to align with user list
[bookstack] / resources / js / components / shelf-sort.js
index 07526716a932da86ca34bbec46f8e8cbfa4bf7b3..30eda5a21f7cf920fc99f254ac051b3e36b79408 100644 (file)
@@ -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),
             });