fix all tests
This commit is contained in:
@@ -412,7 +412,7 @@ export class ListIterator {
|
|||||||
this.insertContents(tr, contents)
|
this.insertContents(tr, contents)
|
||||||
this.index += values.length
|
this.index += values.length
|
||||||
if (sm) {
|
if (sm) {
|
||||||
updateMarkerChanges(sm, this.index, values.length, this)
|
updateMarkerChanges(sm, this.index - values.length, values.length, this)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user