From 984eb7ac5fec78cbd589d67110e6553be7ae680c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 2 Nov 2025 20:56:45 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style:=20Fix=20formatting=20issu?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove trailing whitespace in WebviewContainer.tsx - Run biome format and lint to ensure code style compliance Co-authored-by: DeJeune <67425183+DeJeune@users.noreply.github.com> --- src/renderer/src/components/MinApp/WebviewContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/components/MinApp/WebviewContainer.tsx b/src/renderer/src/components/MinApp/WebviewContainer.tsx index 8e73a7a3a..dea8243e4 100644 --- a/src/renderer/src/components/MinApp/WebviewContainer.tsx +++ b/src/renderer/src/components/MinApp/WebviewContainer.tsx @@ -113,7 +113,7 @@ const WebviewContainer = memo( const unsubscribe = window.api?.webview?.onFindShortcut?.(async (payload) => { // Get webviewId when event is triggered const webviewId = webviewRef.current?.getWebContentsId() - + // Only handle events for this webview if (!webviewId || payload.webviewId !== webviewId) return