Skip to content

Commit

Permalink
fix: #6
Browse files Browse the repository at this point in the history
  • Loading branch information
dwqs committed Apr 3, 2018
1 parent a7e15f8 commit bfc512d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/date-picker-range/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,6 @@
}
if (this.clickCount >= 2) {
if (date.getTime() === this.startDate.getTime()) {
// this.clickCount = 1;
return;
}
this.endDate = date; // formatDate(date, this.format);
}
this.emitValue();
Expand Down

0 comments on commit bfc512d

Please sign in to comment.