fix:compute only the main body word count

pr675
Hufe921 3 years ago
parent 97b878e0b1
commit 4306d44ed6

@ -21,7 +21,7 @@ export class WorkerManager {
reject(evt)
}
const elementList = this.draw.getOriginalElementList()
const elementList = this.draw.getOriginalMainElementList()
this.wordCountWorker.postMessage(elementList)
})
}

Loading…
Cancel
Save