TypeSetter.forInternal resets last known rune bound on new line

Closes #5
This commit is contained in:
Sasha Koshka 2024-09-03 21:17:29 -04:00
parent 6a60458484
commit 466172903d

View File

@ -296,6 +296,7 @@ func (setter *TypeSetter) forInternal (iterator RuneIterator, fakeNull bool) {
})
if !keepGoing { return }
index ++
lastCharRightBound = fixed.Int26_6(0)
}
}