Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/error311/FileRise
/ closeModal
Function
closeModal
public/js/sharedFolderView.js:477–481 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
475
}
476
477
function
closeModal() {
478
if
(!backdropEl)
return
;
479
backdropEl.hidden = true;
480
document.body.classList.remove(
'fr-share-ai-modal-open'
);
481
}
482
483
function
appendMessage(role, text, muted) {
484
if
(!logEl)
return
;
Callers
1
mountShareCopilot
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected