mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-09 19:52:44 +00:00
ignore tmp type rrror
This commit is contained in:
parent
ef25650ced
commit
e136a40771
1 changed files with 2 additions and 1 deletions
|
|
@ -539,7 +539,8 @@ export function Prompt(props: PromptProps) {
|
|||
syncExtmarksWithPromptParts()
|
||||
}}
|
||||
keyBindings={textareaKeybindings()}
|
||||
onKeyDown={async (e: KeyEvent) => {
|
||||
// TODO: fix this any
|
||||
onKeyDown={async (e: any) => {
|
||||
if (props.disabled) {
|
||||
e.preventDefault()
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue