Fix: Highlight the edges after running #9538 (#9994)

### What problem does this PR solve?

Fix: Highlight the edges after running #9538

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2025-09-09 17:04:37 +08:00
committed by GitHub
parent 79076ffb5f
commit fcdde26a7f
5 changed files with 24 additions and 27 deletions

View File

@ -107,9 +107,7 @@ const ChatContainer = () => {
const handleReset = () => {
resetSession();
clearEventList();
if (isTaskMode) {
showBeginParameterDialog();
}
showBeginParameterDialog();
};
if (!conversationId) {
return <div>empty</div>;