MCPcopy
hub / github.com/Anil-matcha/Open-Generative-AI / close

Function close

src/components/SettingsModal.js:97–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95
96 // ── API key save/cancel handlers ──────────────────────────────────────────
97 const close = () => {
98 if (document.body.contains(overlay)) document.body.removeChild(overlay);
99 if (onClose) onClose();
100 };
101
102 apiPanel.querySelector('#settings-cancel-btn').onclick = close;
103 apiPanel.querySelector('#settings-save-btn').onclick = () => {

Callers 1

SettingsModalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected