Files
sao/www/bower_components/Sortable/entry/entry-complete.js
2026-03-14 09:49:00 +00:00

9 lines
214 B
JavaScript

import Sortable from './entry-defaults.js';
import Swap from '../plugins/Swap';
import MultiDrag from '../plugins/MultiDrag';
Sortable.mount(new Swap());
Sortable.mount(new MultiDrag());
export default Sortable;