Commit 34aec3a
fix: bug with resize segments not being removed (bigcalendar#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>1 parent 1b186da commit 34aec3a
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
222 | | - | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
223 | 228 | | |
224 | 229 | | |
225 | 230 | | |
| |||
0 commit comments