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

Function hideEditorLoading

public/js/fileEditor.js:178–183  ·  view source on GitHub ↗
(seq)

Source from the content-addressed store, hash-verified

176}
177
178function hideEditorLoading(seq) {
179 if (!editorLoadingEl) return;
180 if (editorLoadingEl.dataset.seq !== String(seq)) return;
181 editorLoadingEl.remove();
182 editorLoadingEl = null;
183}
184
185// Folder encryption check (used to bypass ONLYOFFICE in encrypted folders)
186const __folderEncryptedCache = new Map(); // folder -> Promise<bool>

Callers 1

editFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected