-
Notifications
You must be signed in to change notification settings - Fork 129
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
Feature request: Disable viewer popper completely #329
Comments
Hi you can use |
Thanks! |
@aldabil21 Just tried it out. I have to mention one shortcoming: If the |
@marcauberer try with version 2.8.4 that enables the use of |
Will do, thanks! |
@aldabil21 @slash-84 |
i created #340 |
Hi,
first of all thank for the awesome library!
I have a feature request: I have the use case where the user clicks on a calendar event and gets redirected to a different view. Currently, I use the
onEventClick
callback to navigate to the new view and use this as a hack to get rid of the unwanted popper:This seems not very good to me and could lead to race conditions.
Could you introduce a property, say
disableViewer: boolean
that disables the viewer popper completely?The text was updated successfully, but these errors were encountered: