MCPcopy Create free account
hub / github.com/cifertech/DisplayKit / closeContextMenu

Function closeContextMenu

app.js:4961–4965  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4959}
4960
4961function closeContextMenu() {
4962 if (!contextMenu) return;
4963 contextMenu.classList.remove("open");
4964 contextMenu.setAttribute("aria-hidden", "true");
4965}
4966
4967function getSelectedElements() {
4968 const ids = selectedIds && selectedIds.size ? Array.from(selectedIds) : (selectedId ? [selectedId] : []);

Callers 1

app.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected