Files
Background-panel/public/assets/libs/Sortable/entry/entry-complete.js
yyh931018@qq.com 1b0c8f4196 update
2022-09-08 15:32:32 +08: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;