Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/flyfloor/react-component
/ openModal
Method
openModal
demo/example/ModalDemo.jsx:22–25 ·
view source on GitHub ↗
(ref)
Source
from the content-addressed store, hash-verified
20
}
21
22
openModal(ref){
23
const node = this.refs[ref]
24
node.open()
25
}
26
27
handleClose(){
28
return confirm(
'close'
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected