Clears any open or close timeouts for sub-menus.
()
| 455 | |
| 456 | /** Clears any open or close timeouts for sub-menus. */ |
| 457 | _clearTimeouts() { |
| 458 | this._clearOpenTimeout(); |
| 459 | this._clearCloseTimeout(); |
| 460 | } |
| 461 | |
| 462 | /** Clears the open timeout. */ |
| 463 | _clearOpenTimeout() { |
no test coverage detected