wip: fix type
ci / test (push) Waiting to run Details
ci / continuous-release (push) Waiting to run Details

This commit is contained in:
daiwei 2025-07-30 14:59:06 +08:00
parent 0b4cf0c2a8
commit 4ebdbf5919
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ export const createFor = (
if (endOffset !== 0) {
anchorFallback = normalizeAnchor(
newBlocks[newLength - endOffset].nodes,
)
)!
}
while (startOffset < sharedBlockCount - endOffset) {