Commit 8345744
committed
When a new job is added, don't scroll the stopped logged window being hovered over
This fixes:
"when you hover over a log window, it stops scrolling as intended, but
each time a new job is added at the top of the dashboard, the log window
scrolls to the bottom. I'm pretty sure this wasn't the case before [...]."
Diagnosis:
`JobsRenderer._createLogContainer` calls `this.applyFilter()`; `applyFilter`
was scrolling all the log windows (with the intention of scrolling log windows
made newly visible by the filter), but neglected to check whether they were
`log-window-stopped`.1 parent b22627e commit 8345744
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
663 | 663 | | |
664 | 664 | | |
665 | 665 | | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
666 | 670 | | |
667 | 671 | | |
668 | 672 | | |
| |||
0 commit comments