Skip to content

Commit 73d2ea0

Browse files
author
Tautvilas Mečinskas
authored
Merge pull request wix#470 from Phongtlam/daylongpress
fix: onDayLongPress does not exist on CalendarList
2 parents ea43f12 + 11f2d1b commit 73d2ea0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/calendar-list/item.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class CalendarListItem extends Component {
3030
markingType={this.props.markingType}
3131
hideDayNames={this.props.hideDayNames}
3232
onDayPress={this.props.onDayPress}
33+
onDayLongPress={this.props.onDayLongPress}
3334
displayLoadingIndicator={this.props.displayLoadingIndicator}
3435
minDate={this.props.minDate}
3536
maxDate={this.props.maxDate}

0 commit comments

Comments
 (0)