()
| 381 | } |
| 382 | |
| 383 | emptyForm() { |
| 384 | this.setState({ |
| 385 | addedSRow: null, |
| 386 | addedSCol: null, |
| 387 | addedGRow: null, |
| 388 | addedGCol: null, |
| 389 | addedHeight: null, |
| 390 | addedWidth: null, |
| 391 | }); |
| 392 | } |
| 393 | |
| 394 | handleMouseDown(row, col) { |
| 395 | if (this.state.toDelete) { |