Get the bounding DOMRect for the open submenu.
()
| 220 | |
| 221 | /** Get the bounding DOMRect for the open submenu. */ |
| 222 | private _getSubmenuBounds(): DOMRect | undefined { |
| 223 | return this._pointerTracker?.previousElement?.getMenu()?.nativeElement.getBoundingClientRect(); |
| 224 | } |
| 225 | |
| 226 | /** |
| 227 | * Check if a reference to the PointerFocusTracker and menu element is provided. |
no test coverage detected