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
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
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()
}