kght6123

Results 3 comments of kght6123

This method worked for me. ```ts import { ReactSortable } from "react-sortablejs"; import Sortable, { MultiDrag, Swap} from "sortablejs" function mountMultiDragPlugin() { if (typeof window === 'undefined') { return }...