MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / preventKeyDefault

Function preventKeyDefault

cli/src/components/multiline-input.tsx:160–162  ·  view source on GitHub ↗
(key: KeyWithPreventDefault)

Source from the content-addressed store, hash-verified

158 | undefined
159
160function preventKeyDefault(key: KeyWithPreventDefault) {
161 key?.preventDefault?.()
162}
163
164// Helper to check for alt-like modifier keys
165function isAltModifier(key: KeyEvent): boolean {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected