MCPcopy Create free account
hub / github.com/error311/FileRise / scrollLogToBottom

Function scrollLogToBottom

public/js/aiChat.js:493–496  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

491 };
492
493 const scrollLogToBottom = () => {
494 if (!logEl) return;
495 logEl.scrollTop = logEl.scrollHeight;
496 };
497
498 const workspace = () => ({
499 sourceId: String(sourceEl?.value || 'local').trim() || 'local',

Callers 2

appendMessageFunction · 0.85
openFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected