()
| 2618 | |
| 2619 | // Query from document since overlay panes are appended to body |
| 2620 | const countMenus = () => document.querySelectorAll('.example-menu').length; |
| 2621 | |
| 2622 | // Helper to complete the leave animation for all leaving menu elements |
| 2623 | const finishLeaveAnimations = () => { |