X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/2f6ff0734773c4ac009de699a2661971fd585b22..08a8c0070e3f1574ceecd0ea120c26bbf52eb0f4:/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();