Fixed #22 - Calendar today button throws an error

pull/41/head
cagataycivici 2019-07-11 10:55:52 +03:00
parent 7c805fa3ba
commit 8cb0b22c12
1 changed files with 0 additions and 1 deletions

View File

@ -902,7 +902,6 @@ export default {
this.onDateSelect(dateMeta);
this.$emit('today-click', date);
this.onTodayClick.emit(event);
event.preventDefault();
},
onClearButtonClick(event) {