From 83e264f5e2b0a0f138196608bcc992a136f61cf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?= <7854742+wang_rumeng@user.noreply.gitee.com> Date: Tue, 19 Aug 2025 03:28:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E8=A7=92=E8=89=B2=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=20=E7=AB=8B=E9=A9=AC=E6=89=A7=E8=A1=8C=E5=85=B3?= =?UTF-8?q?=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ui/character-tab-content.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/ui/character-tab-content.tsx b/components/ui/character-tab-content.tsx index 9a691df..db18732 100644 --- a/components/ui/character-tab-content.tsx +++ b/components/ui/character-tab-content.tsx @@ -166,6 +166,7 @@ CharacterTabContentProps console.log('Selected shots:', selectedShots); console.log('Add to library:', addToLibrary); setIsReplacePanelOpen(false); + onClose(); await applyRoleToSelectedShots(selectedRole || {} as RoleEntity); if(addToLibrary){ await saveRoleToLibrary(); @@ -468,3 +469,5 @@ CharacterTabContentProps ); }); + +CharacterTabContent.displayName = 'CharacterTabContent'; \ No newline at end of file