fix: TextContentParser 返回结果错误

This commit is contained in:
unanmed 2025-11-01 18:15:23 +08:00
parent 1ee3c44d26
commit 91c7ee455c

View File

@ -989,7 +989,7 @@ export class TextContentParser {
if (this.nodePointer < text.length) {
this.addTextNode(text.length, false);
}
return this.textNodes;
return this.splitLines(width);
}
/**