fix:compute only the main body word count

This commit is contained in:
Hufe921
2023-03-19 20:32:28 +08:00
parent 97b878e0b1
commit 4306d44ed6
+1 -1
View File
@@ -21,7 +21,7 @@ export class WorkerManager {
reject(evt)
}
const elementList = this.draw.getOriginalElementList()
const elementList = this.draw.getOriginalMainElementList()
this.wordCountWorker.postMessage(elementList)
})
}