fix: hyperlink word count statistics #449

pr675
Hufe921 2 years ago
parent 245a77cd1f
commit 180bd08839

@ -60,9 +60,7 @@ function pickText(elementList: IElement[]): string {
e++
}
text += pickText(valueList)
}
// 文本追加
if (!element.type || element.type === ElementType.TEXT) {
} else if (!element.type || element.type === ElementType.TEXT) {
text += element.value
}
e++

Loading…
Cancel
Save