handleSectionChanged(newAnchor) {
    this._handleChange(
      update(this.state.settings, { anchor: { $set: newAnchor } })
    );
  }