Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
export
function
keepWorkingAtBottom() {
68
if
(S.workingEl && S.workingEl.parentNode) {
69
$msgs.appendChild(S.workingEl);
70
}
71
}
72
73
export
function
showElapsedTime() {
74
if
(!S.waitStartedAt)
return
;
Callers
1
scrollEnd
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected