Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code100x/cms
/ onClose
Function
onClose
src/hooks/useModal.tsx:13–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
};
12
13
const onClose = () => {
14
const currentDialog = ref.current;
15
if (currentDialog) {
16
currentDialog.close();
17
}
18
};
19
20
return { ref, onOpen, onClose };
21
};
Callers
6
NewPayoutDialog
Function · 0.85
NewPostDialog
Function · 0.85
CommandMenu
Function · 0.85
onSubmit
Function · 0.85
handleConfirm
Function · 0.85
handleSubmit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected