Closed
Description
Describe the bug
Same issue as #2924, which was fixed in #2926, the bug reappeared after merging #3322.
The problem mentioned in #3216.
After const element = array.splice(from, 1)[0]
, the missing element in nextTick(console.log(array))
should be the expected behavior.
Reproduction
https://vueuse.org/integrations/useSortable/
System Info
-
Used Package Manager
npm
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Make sure this is a VueUse issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/core instead.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion.
- The provided reproduction is a minimal reproducible example of the bug.
Metadata
Assignees
Labels
No labels