Garrett
Results
1
issues of
Garrett
``` handleClickTool(event) { const value = event.target.innerText; this.setState({ selectedTool: value }); } render() { console.log(this.state.selectedTool); const width = window.innerWidth; const height = window.innerHeight; return ( this._sketch = c} style={{position: 'absolute'}}...