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

fix: navigation when clicking on the grid on a custom week/month #5999

Merged
merged 2 commits into from
May 14, 2024

Commits on May 10, 2024

  1. fix: navigation when clicking on the grid on a custom week/month

    I converted the FullCalendar options to a computed prop again. It still
    works in private and public widgets. I assume this was just an oversight.
    This also means that we can get rid of some reactivity hacks again as
    the computed prop is now properly reactive again.
    
    Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
    st3iny committed May 10, 2024
    Configuration menu
    Copy the full SHA
    209bb44 View commit details
    Browse the repository at this point in the history
  2. Revert "fix: delay initializing the resize observer until FC is ready"

    This reverts commit a40a200.
    
    Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
    st3iny committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a633a5a View commit details
    Browse the repository at this point in the history