Skip to content

Commit

Permalink
[CHORE] 날짜 하나만 선택했을 때 버튼 활성화 되는 문제 해결 (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
MMMIIIN committed Dec 7, 2023
1 parent dd3eab6 commit f896045
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ extension CalendarView: FSCalendarDelegate {
self.selectStartDate = date
calendar.select(date)
calendar.reloadData()
self.endDateTapPublisher.send(self.getEndDate())
self.setupButtonState()
}

Expand Down

0 comments on commit f896045

Please sign in to comment.