From 1e7212b862345a3ac608f051774edca37889cc55 Mon Sep 17 00:00:00 2001 From: how2ice Date: Thu, 28 May 2026 22:47:45 +0900 Subject: [PATCH] chore: test deploy snapshot --- src/app/main/MainChatPanel.tsx | 17 +- .../hooks/useConversationViewController.ts | 41 ++- src/app/main/mainChatPanel/chatUtils.ts | 21 ++ src/app/main/pages/ChatSharePage.tsx | 313 ++++++++++++++++-- .../previewer/FullscreenPreviewModal.tsx | 3 + .../BaseballTicketBayPlayAppView.tsx | 5 - 6 files changed, 348 insertions(+), 52 deletions(-) diff --git a/src/app/main/MainChatPanel.tsx b/src/app/main/MainChatPanel.tsx index 9632072..72e36d3 100644 --- a/src/app/main/MainChatPanel.tsx +++ b/src/app/main/MainChatPanel.tsx @@ -5171,9 +5171,11 @@ export function MainChatPanel({ activePreview, isPreviewLoading, isPreviewModalOpen, + previewModalTarget, previewContentType, previewError, previewText, + handlePreviewModalAfterOpenChange, setActivePreviewId, setActivePreviewOverride, setIsPreviewModalOpen, @@ -9456,16 +9458,17 @@ export function MainChatPanel({ - {isActivePreviewHtml ? ( + {previewModalTarget && isHtmlPreviewItem(previewModalTarget) ? ( <>