fix(ui): sync delete-hover overlays across preview and stream

This commit is contained in:
Shantur Rathore
2026-02-26 10:10:46 +00:00
parent 688b127c6d
commit b91dbb1a60
5 changed files with 52 additions and 5 deletions

View File

@@ -963,6 +963,7 @@ export default function MessageSection(props: MessageSectionProps) {
sessionId={props.sessionId}
showToolSegments={showTimelineToolsPreference()}
deleteHover={deleteHover}
onDeleteHoverChange={setDeleteHover}
/>
</div>
</Show>