mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-10-09 04:11:46 +08:00
fix: TextContent 卡死
This commit is contained in:
parent
ebe20cc285
commit
e65ea56a68
@ -1277,6 +1277,7 @@ export class TextContentParser {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case TextGuessStatus.NeedSplit: {
|
case TextGuessStatus.NeedSplit: {
|
||||||
|
this.bsStart = this.blockPointer;
|
||||||
this.bsEnd = this.wordBreak.length;
|
this.bsEnd = this.wordBreak.length;
|
||||||
this.splitTextLoop(node, width);
|
this.splitTextLoop(node, width);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user