Closes the menu.
()
| 130 | |
| 131 | /** Closes the menu. */ |
| 132 | closeMenu(): void { |
| 133 | this._closeMenu(); |
| 134 | } |
| 135 | |
| 136 | /** |
| 137 | * Updates the position of the menu to ensure that it fits all options within the viewport. |
no outgoing calls
no test coverage detected