1
0

Focus task detail elements when they show up

This commit is contained in:
kolaente
2021-04-18 16:50:12 +02:00
parent af4b1aba70
commit 747a9fe505
3 changed files with 35 additions and 21 deletions

View File

@ -654,7 +654,7 @@ export default {
toggleTaskDone() {
this.task.done = !this.task.done
if(this.task.done) {
if (this.task.done) {
playPop()
}