()
| 58 | } |
| 59 | |
| 60 | export function switchToWorking() { |
| 61 | if (S.workingEl) { |
| 62 | const txt = S.workingEl.querySelector('.working-text'); |
| 63 | if (txt) txt.textContent = 'Working'; |
| 64 | } |
| 65 | } |
| 66 | |
| 67 | export function keepWorkingAtBottom() { |
| 68 | if (S.workingEl && S.workingEl.parentNode) { |