mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: add missing dependency to useCallback hook
This commit is contained in:
parent
735004f196
commit
f9fc6683ef
1 changed files with 1 additions and 1 deletions
|
|
@ -559,7 +559,7 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
|
|||
setFileSearchResults([]) // Clear file search results.
|
||||
}
|
||||
},
|
||||
[setInputValue, setSearchRequestId, setFileSearchResults, setSearchLoading, resetOnInputChange],
|
||||
[setInputValue, setSearchRequestId, setFileSearchResults, setSearchLoading, resetOnInputChange, showContextMenu],
|
||||
)
|
||||
|
||||
useEffect(() => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue