]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/book-sort.js
Update auth.php
[bookstack] / resources / js / components / book-sort.js
index da2b28d8e2a79fb0f4da1bf81d73bf5ca8c17f90..2b94ca4a7a19a68ff82b31345efbc52fc28dc56e 100644 (file)
@@ -134,6 +134,9 @@ class BookSort {
                 onSort: this.updateMapInput.bind(this),
                 dragClass: 'bg-white',
                 ghostClass: 'primary-background-light',
+                multiDrag: true,
+                multiDragKey: 'CTRL',
+                selectedClass: 'sortable-selected',
             });
         }
     }