isClearing(i, j) {
    return this.state.clear.i === i && this.state.clear.j === j;
  }