Commit aced7a9
committed
Don't render the flash-complete progress event as 0%
The connection library signals completion by calling the progress
callback with an undefined value. Since the connection library
v1.0.0-beta.0 upgrade (e6b4a7d) we rendered that as 0%, so the
progress bar visibly jumped backwards while the dialog stayed open
during post-flash reinit/reset (most noticeable after partial flash).
Hold the bar at its last value until the dialog closes instead.1 parent 4bdce37 commit aced7a9
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
533 | | - | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
534 | 536 | | |
535 | 537 | | |
536 | 538 | | |
| |||
0 commit comments