fix prevMove bug

This commit is contained in:
Kevin Jahns
2022-03-26 11:03:28 +01:00
parent cc93f346ce
commit c4b28aceec
3 changed files with 3946 additions and 17 deletions

View File

@@ -634,6 +634,7 @@ const monitorArrayTestObject = user => {
arr.splice(currpos, d.delete)
}
}
t.compare(arr, yarr.toArray())
})
return arr
}