fix: indexCache error at getAfterBrothers (#571)

This commit is contained in:
lisonge 2024-03-24 12:35:11 +08:00
parent 2a2db10d3d
commit cc865f6f4f

View File

@ -364,7 +364,7 @@ fun createCacheTransform(): CacheTransform {
val child = parentVal.getChild(i) ?: return@sequence
yield(child)
}
i--
i++
offset++
}
}