toggle(): void {
    if (this.isOpen) {
      return this.hide();
    }