mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-29 21:33:54 +00:00
chore: Remove obsolete 'any' type annotation (#4423)
This commit is contained in:
parent
0a2fffa9b5
commit
c07a241ca8
@ -590,8 +590,7 @@ export function Prompt(props: PromptProps) {
|
|||||||
syncExtmarksWithPromptParts()
|
syncExtmarksWithPromptParts()
|
||||||
}}
|
}}
|
||||||
keyBindings={textareaKeybindings()}
|
keyBindings={textareaKeybindings()}
|
||||||
// TODO: fix this any
|
onKeyDown={async (e) => {
|
||||||
onKeyDown={async (e: any) => {
|
|
||||||
if (props.disabled) {
|
if (props.disabled) {
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user