From 2d6968486dce057002483ec62a147891167ab973 Mon Sep 17 00:00:00 2001 From: GEgorov Date: Sun, 12 Oct 2025 19:22:47 +0300 Subject: [PATCH] modified: frontend/src/App.tsx --- frontend/src/App.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index ef67a90..331626e 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -127,6 +127,14 @@ function App() { /> { + try { + document.location.reload() + return true + } catch(err) { + return false + } + }} /> } />