fixes datepicker not opening after date is selected

This commit is contained in:
zuzanna-maria 2024-01-24 14:53:57 +00:00
parent 95497ebe02
commit 3efb3f6773
1 changed files with 0 additions and 1 deletions

View File

@ -1314,7 +1314,6 @@ ICS ==> create a new event with the same UID and a RECURRENCE-ID field (with a v
//dateFormat: dateFormat,
onChange: function (date) {
date[0].setHours(12);
f.destroy();
APP.moveToDate(+date[0]);
updateDateRange();
updateRecurring();