tglSmooth = (e) => {
    this.smoothing = !this.smoothing;
    e.target.blur();
  };