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

Function refresh

packages/app-core/src/components/EditorPane.tsx:1672–1672  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1670
1671 useEffect(() => {
1672 const refresh = (): void => scheduleSelectionCommentAction()
1673 window.addEventListener('resize', refresh)
1674 window.addEventListener('scroll', refresh, true)
1675 return () => {

Callers 5

CliSettingsFunction · 0.70
onInstallFunction · 0.70
onUninstallFunction · 0.70
RaycastExtensionSettingsFunction · 0.70
McpSettingsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected