isEditing(i, j) {
    return this.state.editing.i === i && this.state.editing.j === j;
  }