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

Function commit

packages/app-core/src/components/SettingsModal.tsx:4236–4240  ·  view source on GitHub ↗
(raw: string)

Source from the content-addressed store, hash-verified

4234 }, [commitOnBlur, focused, value])
4235
4236 const commit = (raw: string): void => {
4237 const next = raw.trim()
4238 if (commitOnBlur && next === value) return
4239 onChange(next ? next : null)
4240 }
4241
4242 return (
4243 <div

Callers 5

TextInputRowFunction · 0.70
onTriggerKeyDownFunction · 0.70
TemplateSelectRowFunction · 0.70
handleKeyFunction · 0.70
FontRowFunction · 0.70

Calls 1

onChangeFunction · 0.70

Tested by

no test coverage detected