re-enable event

This commit is contained in:
kevmodrome 2020-10-09 13:48:36 +02:00
parent 420c94dd00
commit ad5103786d
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ function dateRenderer(options) {
}
});
// datePickerInstance.$on('change', toggle)
datePickerInstance.$on('change', toggle)
return container
}