MCPcopy Create free account
hub / github.com/microsoft/SandDance / close

Method close

docs/app/js/sanddance-app.js:11671–11676  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11669 }
11670 }
11671 close() {
11672 this.setState({
11673 dialogHidden: true,
11674 working: false
11675 });
11676 }
11677 render() {
11678 const closeDialog = ()=>this.close();
11679 if (this.state.delayAction) requestAnimationFrame(()=>{

Callers 2

finalMethod · 0.95
closeDialogMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected