()
| 620 | } |
| 621 | |
| 622 | checkRowOOR() { |
| 623 | return ( |
| 624 | this.state.addedSRow + this.state.addedHeight > this.state.numRow || |
| 625 | this.state.addedGRow + this.state.addedHeight > this.state.numRow || |
| 626 | (this.state.addedHeight && this.state.addedHeight <= 0) |
| 627 | ); |
| 628 | } |
| 629 | |
| 630 | checkColOOR() { |
| 631 | return ( |