()
| 766 | } |
| 767 | |
| 768 | _arrowClick() { |
| 769 | this._resetFilter(); |
| 770 | |
| 771 | if (isPhone() && this.value && !this._lastValue) { |
| 772 | this._lastValue = this.value; |
| 773 | } |
| 774 | |
| 775 | this._toggleRespPopover(); |
| 776 | } |
| 777 | |
| 778 | _handleMobileKeydown(e: KeyboardEvent) { |
| 779 | if (isEscape(e)) { |
nothing calls this directly
no test coverage detected