Commit 159a39b
committed
fix(webapp): clear isAnimating when a resize drag interrupts a collapse
Grabbing the resize handle cancels an in-flight collapse/expand animation
frame but left the isAnimating flag set. A drag that then rests via
writeVisual (width >= DEFAULT_WIDTH) never reset it, so the side menu kept
hiding its scrollbar gutter until the next full collapse/expand. Clear the
flag on handle pointer-down so the reserved gutter returns on release.1 parent eb77082 commit 159a39b
1 file changed
Lines changed: 3 additions & 0 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
522 | 525 | | |
523 | 526 | | |
524 | 527 | | |
| |||
0 commit comments