remove () {
    const { frame } = this;
    if (frame) frame.destroy();
    super.remove();
  }