Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jquense/react-big-calendar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.28.4
Choose a base ref
...
head repository: jquense/react-big-calendar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.28.5
Choose a head ref
  • 1 commit
  • 1 file changed
  • 2 contributors

Commits on Nov 6, 2020

  1. fix: bug with resize segments not being removed (#1800)

    When an event is resize to span multiple rows, the preview
    segments in the non-ending row would not be removed because
    the `!pointInBox` would cause an early return.
    
    This commit removes segments when the resize action finishes.
    
    Co-authored-by: Jackson Hoang <[email protected]>
    jkhoang313 and jhoangatl authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    34aec3a View commit details
    Browse the repository at this point in the history
Loading