MCPcopy Create free account
hub / github.com/Forward-Future/loopy / syncVisiblePromptToggles

Function syncVisiblePromptToggles

loop-library/site/script.js:236–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

234 button.hidden = false;
235 return;
236 }
237
238 button.hidden = prompt.scrollHeight <= prompt.clientHeight + 1;
239}
240
241function syncVisiblePromptToggles() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected