MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / resetText

Function resetText

src/lib/saveFile.js:158–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156 resetText();
157
158 function resetText() {
159 setTimeout(() => {
160 $text.textContent = file.filename;
161 }, editorManager.TIMEOUT_VALUE);
162 }
163
164 async function selectFolder() {
165 const dir = await FileBrowser(

Callers 1

saveFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected