From 5a23d570b5f56db468683cfc7c894bdb4e2fc559 Mon Sep 17 00:00:00 2001 From: Even M Date: Sun, 7 Apr 2024 22:43:44 +0800 Subject: [PATCH] fix: Turn off SWR automatic revalidation when window is focused (#3129) Co-authored-by: mazhanwen --- web/app/components/swr-initor.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/components/swr-initor.tsx b/web/app/components/swr-initor.tsx index f5ca271d0d..afb4c58cbc 100644 --- a/web/app/components/swr-initor.tsx +++ b/web/app/components/swr-initor.tsx @@ -32,6 +32,7 @@ const SwrInitor = ({ ? ( {children}