MCPcopy Create free account
hub / github.com/RioArisk/claudecode_api_RemoteControl / keepWorkingAtBottom

Function keepWorkingAtBottom

app/src/modules/waiting.js:67–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67export function keepWorkingAtBottom() {
68 if (S.workingEl && S.workingEl.parentNode) {
69 $msgs.appendChild(S.workingEl);
70 }
71}
72
73export function showElapsedTime() {
74 if (!S.waitStartedAt) return;

Callers 1

scrollEndFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected