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

Function handleModalClose

public/js/main.js:489–493  ·  view source on GitHub ↗
(modal)

Source from the content-addressed store, hash-verified

487}
488
489function handleModalClose(modal) {
490 if (!modal) return;
491 modal.__frOpen = false;
492 restoreModalOpener(modal);
493}
494
495function refreshModalState(modal) {
496 if (!modal || !document.body.contains(modal)) return;

Callers 2

refreshModalStateFunction · 0.85
wireModalA11yFunction · 0.85

Calls 1

restoreModalOpenerFunction · 0.85

Tested by

no test coverage detected