From b2be1ac401a8c6f470bc1a97d9ce08e7c6a56bd6 Mon Sep 17 00:00:00 2001 From: YoVinchen Date: Wed, 15 Oct 2025 10:26:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AFbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ClaudeCodeSession.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ClaudeCodeSession.tsx b/src/components/ClaudeCodeSession.tsx index 110c1aa..62297c5 100644 --- a/src/components/ClaudeCodeSession.tsx +++ b/src/components/ClaudeCodeSession.tsx @@ -615,7 +615,7 @@ export const ClaudeCodeSession: React.FC = ({ } }); - const completeUnlisten = await listen(`claude-complete:${sessionId}`, async (event) => { + const completeUnlisten = await listen(`claude-complete:${sessionId}`, async () => { if (isMountedRef.current) { setIsLoading(false); hasActiveSessionRef.current = false;