Skip to content

Commit 3f17446

Browse files
committed
fix(mothership): remove stale isSending from handleKeyDown deps
1 parent 67d328d commit 3f17446

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/home/components/user-input

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/home/components/user-input/user-input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ export function UserInput({
486486
}
487487
}
488488
},
489-
[handleSubmit, isSending, mentionTokensWithContext, value, textareaRef]
489+
[handleSubmit, mentionTokensWithContext, value, textareaRef]
490490
)
491491

492492
const handleInputChange = useCallback((e: React.ChangeEvent<HTMLTextAreaElement>) => {

0 commit comments

Comments
 (0)