Releases: mfuu/vue-virtual-drag-list
Releases · mfuu/vue-virtual-drag-list
v2.5.0
The update content is as follows:
- Fixed the problem that the draggable property did not take effect when changed
- Add props draggableOnly, check README for more details
- Separate click events from drag events when mousedown
- Add packed compressed files:
draglist.min.js
v2.4.2
v2.4.0
v2.3.0
- Fixed an issue that might occur during drag and drop
- Add the debounce method when scrolling
- Fixed a bug when using
array.slice
, more details in #1 (comment)