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

Function deferredClose

packages/app-core/src/components/ExternalFileApp.tsx:325–327  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

323let externalFileVimRegistered = false
324
325function deferredClose(): void {
326 setTimeout(() => externalFileHandlers.close?.(), 0)
327}
328
329function registerExternalFileVimCommands(): void {
330 if (externalFileVimRegistered) return

Callers 1

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected