fix(webui): keep actions hidden while turn id resolves
This commit is contained in:
@@ -147,7 +147,7 @@ export function ThreadMessages({
|
||||
unit.type === "activity"
|
||||
? liveActivityClusterIndices.has(index)
|
||||
: isStreaming && (
|
||||
unit.message.turnId
|
||||
unit.message.turnId && activeTurnId !== null
|
||||
? unit.message.turnId === activeTurnId
|
||||
: index > currentTurnStartIndex
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user