()
| 1178 | } |
| 1179 | |
| 1180 | _click() { |
| 1181 | if (isPhone() && !this.readonly) { |
| 1182 | this._openRespPopover(); |
| 1183 | } |
| 1184 | } |
| 1185 | |
| 1186 | _closeRespPopover(e?: Event | null) { |
| 1187 | if ((e && (e.target as HTMLElement).classList.contains("ui5-responsive-popover-close-btn"))) { |
nothing calls this directly
no test coverage detected