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

Function removeWorkingIndicator

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

Source from the content-addressed store, hash-verified

81}
82
83export function removeWorkingIndicator() {
84 if (S.workingEl && S.workingEl.parentNode) S.workingEl.remove();
85 S.workingEl = null;
86}
87
88export function initWaiting() {
89 $chat.addEventListener('scroll', () => {

Callers 2

restoreSessionCacheFunction · 0.90
setWaitingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected