()
| 2573 | |
| 2574 | // Query from document since overlay panes are appended to body |
| 2575 | const countMenus = () => document.querySelectorAll('.example-menu').length; |
| 2576 | |
| 2577 | // Helper to complete the leave animation for all leaving menu elements |
| 2578 | const finishLeaveAnimations = () => { |
no outgoing calls
no test coverage detected
searching dependent graphs…