Get rid of the null reminder to fix jumping inputs when updating reminders
This commit is contained in:
parent
a01fc161fa
commit
da1d34789d
3 changed files with 26 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue