fix: TextContent 卡死

This commit is contained in:
unanmed 2025-09-29 20:19:49 +08:00
parent 43b0aa186d
commit 8ea1779e06

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;