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

Function getOpenModals

public/js/main.js:385–387  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

383}
384
385function getOpenModals() {
386 return Array.from(document.querySelectorAll(MODAL_SELECTOR)).filter(isModalVisible);
387}
388
389function getTopmostModal() {
390 const open = getOpenModals();

Callers 3

getTopmostModalFunction · 0.85
wireModalA11yFunction · 0.85
main.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected