This commit is contained in:
Saoud Rizwan 2024-10-08 17:54:38 -04:00
parent a4de927696
commit dfec4772e9

View file

@ -282,6 +282,7 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
setEnableButtons(false)
// setPrimaryButtonText(undefined)
// setSecondaryButtonText(undefined)
disableAutoScrollRef.current = false
}, [clineAsk, startNewTask])
const handleSecondaryButtonClick = useCallback(() => {
@ -307,6 +308,7 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
setEnableButtons(false)
// setPrimaryButtonText(undefined)
// setSecondaryButtonText(undefined)
disableAutoScrollRef.current = false
}, [clineAsk, startNewTask, isStreaming])
const handleTaskCloseButtonClick = useCallback(() => {