|
@@ -863,7 +863,7 @@ export default {
|
|
|
}
|
|
|
const continueReadTaskId = (new Date).getTime()
|
|
|
this.continueReadTaskId = continueReadTaskId
|
|
|
- utils.iterateOnFocusableNode(e.path[0], (node) => {
|
|
|
+ utils.iterateOnFocusableNode(e.target, (node) => {
|
|
|
return new Promise((resolve, reject) => {
|
|
|
this.continueReadIteratorStoper = reject
|
|
|
this.$once('audio-end', (taskId) => {
|