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