MCPcopy Create free account
hub / github.com/flyfloor/react-component / handleContentClick

Function handleContentClick

component/Notice.js:44–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 },
43
44 handleContentClick(){
45 const {onClick, onClose} = this.props
46 if (onClick) {
47 onClick(this.props)
48 onClose()
49 }
50 },
51
52 render() {
53 let {title, content, className, closeIcon, onClose} = this.props

Callers

nothing calls this directly

Calls 1

onClickFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…