fix:compute only the main body word count
This commit is contained in:
@@ -21,7 +21,7 @@ export class WorkerManager {
|
|||||||
reject(evt)
|
reject(evt)
|
||||||
}
|
}
|
||||||
|
|
||||||
const elementList = this.draw.getOriginalElementList()
|
const elementList = this.draw.getOriginalMainElementList()
|
||||||
this.wordCountWorker.postMessage(elementList)
|
this.wordCountWorker.postMessage(elementList)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user