()
| 1075 | } |
| 1076 | |
| 1077 | function hideWildmenu(): void { |
| 1078 | if (wildmenu) wildmenu.root.style.display = 'none' |
| 1079 | } |
| 1080 | |
| 1081 | function positionWildmenu(anchor: HTMLElement): void { |
| 1082 | if (!wildmenu) return |
no outgoing calls
no test coverage detected