MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / hideWildmenu

Function hideWildmenu

packages/app-core/src/components/Editor.tsx:1077–1079  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

installExTabCompletionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected