mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-20 17:24:22 +01:00
ignore tmp type rrror
This commit is contained in:
@@ -539,7 +539,8 @@ export function Prompt(props: PromptProps) {
|
|||||||
syncExtmarksWithPromptParts()
|
syncExtmarksWithPromptParts()
|
||||||
}}
|
}}
|
||||||
keyBindings={textareaKeybindings()}
|
keyBindings={textareaKeybindings()}
|
||||||
onKeyDown={async (e: KeyEvent) => {
|
// TODO: fix this any
|
||||||
|
onKeyDown={async (e: any) => {
|
||||||
if (props.disabled) {
|
if (props.disabled) {
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user