feat(chat): optimize ui for execution graph card (#885)

This commit is contained in:
Tao Yiping
2026-04-23 11:49:54 +08:00
committed by GitHub
parent eda34ad9ce
commit d0c79f6a0a
3 changed files with 54 additions and 36 deletions

View File

@@ -443,7 +443,7 @@ export function Chat() {
keys.add(runKey);
}
return keys;
}, [currentSessionKey, messages, replyTextOverrides, userRunCards]);
}, [currentSessionKey, messages, userRunCards]);
useEffect(() => {
if (userRunCards.length === 0) return;