X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/898d0b5817fc776746d10b7dd27b7d4940d83e76..2d0abc41644896f4f0405103679a8832df9425b8:/resources/js/components/book-sort.js diff --git a/resources/js/components/book-sort.js b/resources/js/components/book-sort.js index b0d64ad17..2b94ca4a7 100644 --- a/resources/js/components/book-sort.js +++ b/resources/js/components/book-sort.js @@ -1,4 +1,4 @@ -import {Sortable, MultiDrag} from "sortablejs"; +import Sortable from "sortablejs"; // Auto sort control const sortOperations = { @@ -43,7 +43,6 @@ class BookSort { this.input = elem.querySelector('[book-sort-input]'); const initialSortBox = elem.querySelector('.sort-box'); - Sortable.mount(new MultiDrag()); this.setupBookSortable(initialSortBox); this.setupSortPresets();