fix: TextContent 卡死

This commit is contained in:
unanmed 2025-09-29 20:20:12 +08:00
parent ebe20cc285
commit e65ea56a68

View File

@ -1277,6 +1277,7 @@ export class TextContentParser {
break;
}
case TextGuessStatus.NeedSplit: {
this.bsStart = this.blockPointer;
this.bsEnd = this.wordBreak.length;
this.splitTextLoop(node, width);
break;