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

Method handleConfirm1

demo/example/ModalDemo.jsx:17–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 }
16
17 handleConfirm1(){
18 alert('confirmed');
19 return true;
20 }
21
22 openModal(ref){
23 const node = this.refs[ref]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected