MCPcopy Create free account
hub / github.com/egoist/dropcode / closeModal

Function closeModal

src/components/Modal.tsx:68–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 )
67
68 const closeModal = () => {
69 props.close()
70 props.setKeyword("")
71 }
72
73 onMount(() => {
74 input?.focus()

Callers 2

PromptModalFunction · 0.85
onSubmitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected