()
| 2635 | |
| 2636 | // Query from document since overlay panes are appended to body |
| 2637 | const countMenus = () => document.querySelectorAll('.example-menu').length; |
| 2638 | |
| 2639 | // Helper to complete the leave animation for all leaving menu elements |
| 2640 | const finishLeaveAnimations = () => { |