1
0

Get rid of the null reminder to fix jumping inputs when updating reminders

This commit is contained in:
kolaente
2020-10-24 18:12:14 +02:00
parent a01fc161fa
commit da1d34789d
3 changed files with 26 additions and 18 deletions

View File

@ -27,7 +27,6 @@ export default class TaskModel extends AbstractModel {
this.scheduleNotification(d)
return d
})
this.reminderDates.push(null) // To trigger the datepicker
})
// Parse the repeat after into something usable