Get rid of the null reminder to fix jumping inputs when updating reminders
This commit is contained in:
@ -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 New Issue
Block a user