mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-10-08 03:11:46 +08:00
fix: TextContent 卡死
This commit is contained in:
parent
43b0aa186d
commit
8ea1779e06
@ -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