Handles clicks on the menu trigger.
()
| 209 | |
| 210 | /** Handles clicks on the menu trigger. */ |
| 211 | _handleClick() { |
| 212 | this.toggle(); |
| 213 | this.childMenu?.focusFirstItem('mouse'); |
| 214 | } |
| 215 | |
| 216 | /** |
| 217 | * Sets whether the trigger's menu stack has focus. |
nothing calls this directly
no test coverage detected