(e: UI5CustomEvent<Button, "click">)
| 262 | } |
| 263 | |
| 264 | _handleMouseClick(e: UI5CustomEvent<Button, "click">) { |
| 265 | this._fireClick(e); |
| 266 | } |
| 267 | |
| 268 | _onFocusOut() { |
| 269 | if (this.disabled || this.getFocusDomRef()!.matches(":has(:focus-within)")) { |
nothing calls this directly
no test coverage detected