()
| 264 | } |
| 265 | |
| 266 | _onfocusout() { |
| 267 | this.deactivate(); |
| 268 | } |
| 269 | |
| 270 | _onfocusin(e: FocusEvent, forceSelfFocus = false) { |
| 271 | if (forceSelfFocus || this._activeElementHasAttribute("ui5-table-cell")) { |
nothing calls this directly
no test coverage detected