Focus task detail elements when they show up
This commit is contained in:
parent
af4b1aba70
commit
747a9fe505
3 changed files with 35 additions and 21 deletions
|
|
@ -654,7 +654,7 @@ export default {
|
|||
toggleTaskDone() {
|
||||
this.task.done = !this.task.done
|
||||
|
||||
if(this.task.done) {
|
||||
if (this.task.done) {
|
||||
playPop()
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue