From d727ac60ce909d82c2415e4fd3f5c58f16367d40 Mon Sep 17 00:00:00 2001 From: John Tuckner Date: Thu, 4 Jan 2024 18:35:04 -0600 Subject: [PATCH] revert fix --- src/utilis/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utilis/index.ts b/src/utilis/index.ts index 111b5a74..ff622154 100644 --- a/src/utilis/index.ts +++ b/src/utilis/index.ts @@ -106,7 +106,7 @@ export const retrieveAndSaveState = async (config: string) => { const boardData = { board: {} }; boardData.board = parsedData.config; saveState(boardData); - location.reload(); + // location.reload(); } catch (err) { console.error("Error retrieving and saving state:", err); }