1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

re-enable event

This commit is contained in:
kevmodrome 2020-10-09 13:48:36 +02:00
parent 420c94dd00
commit ad5103786d

View file

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