Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSignLabs/OpenSign
/ handleCloseModal
Function
handleCloseModal
apps/OpenSign/src/primitives/SignerCell.jsx:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
!item?.IsSignyourself && handleRemovePrefill(item?.Placeholders);
22
23
const handleCloseModal = () => {
24
setIsModal({});
25
};
26
const handleViewSigners = (item) => {
27
setIsModal({ [
"view_"
+ item.objectId]: true });
28
};
Callers
1
SignerCell
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected