Commit 3a774939 authored by Yuyang Liu's avatar Yuyang Liu Committed by 杨奕

fix #1827

parent 15e74b6e
......@@ -231,7 +231,7 @@
}
if (selectionMode === 'day' && (cell.type === 'normal' || cell.type === 'today') &&
this.year === this.date.getFullYear() && this.month === this.date.getMonth() && monthDate === Number(cell.text)) {
Number(this.year) === this.date.getFullYear() && this.month === this.date.getMonth() && monthDate === Number(cell.text)) {
classes.push('current');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment