Focus task detail elements when they show up
This commit is contained in:
@ -654,7 +654,7 @@ export default {
|
||||
toggleTaskDone() {
|
||||
this.task.done = !this.task.done
|
||||
|
||||
if(this.task.done) {
|
||||
if (this.task.done) {
|
||||
playPop()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user