Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CalendarContainer does not pass the onLongPressBackground prop to ActionsProvider #115

Closed
YaoHuiJi opened this issue Oct 5, 2024 · 2 comments

Comments

@YaoHuiJi
Copy link

YaoHuiJi commented Oct 5, 2024

Hi, thank you for this great lib.

As the source code shows below, the onLongPressBackground prop is not passed to ActionsProvider:

const actionsProps = {
onPressBackground,
onPressDayNumber,
onRefresh,
onChange,
onDateChanged,
onPressEvent,
onDragEventStart,
onDragEventEnd,
onLongPressEvent,
onDragSelectedEventStart,
onDragSelectedEventEnd,
onDragCreateEventStart,
onDragCreateEventEnd,
onLoad: _onLoad,
};

@howljs
Copy link
Owner

howljs commented Oct 5, 2024

wow. I missed it :'(

@howljs
Copy link
Owner

howljs commented Oct 8, 2024

Fixed in v2.0.3

@howljs howljs closed this as completed Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants