Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bug with resize segments not being removed (jquense#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 <jhoang@atlassian.com>
- Loading branch information