()
| 709 | } |
| 710 | |
| 711 | _toggleRespPopover() { |
| 712 | if (this.open) { |
| 713 | this._closeRespPopover(); |
| 714 | } else { |
| 715 | this._openRespPopover(); |
| 716 | } |
| 717 | } |
| 718 | |
| 719 | storeResponsivePopoverWidth() { |
| 720 | if (this.open && !this._listWidth) { |
no test coverage detected