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

Function openModal

public/js/sharedFolderView.js:466–475  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

464 : ['Summarize the visible files here', 'Which file mentions backup?', 'Compare test.md and notes.md'];
465
466 function openModal() {
467 if (!backdropEl) return;
468 backdropEl.hidden = false;
469 document.body.classList.add('fr-share-ai-modal-open');
470 if (inputEl) {
471 window.setTimeout(function () {
472 inputEl.focus();
473 }, 0);
474 }
475 }
476
477 function closeModal() {
478 if (!backdropEl) return;

Callers 1

mountShareCopilotFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected