From 782e1020d559375e09cd67ee408447910457968d Mon Sep 17 00:00:00 2001 From: Carter Mayeux <159168644+cmayeux05@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:12:33 -0500 Subject: [PATCH] gottem --- client/src/ScreenRecorderWithChunks.jsx | 1 + .../documentation/documentation/1.0.0/full_documentation.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/ScreenRecorderWithChunks.jsx b/client/src/ScreenRecorderWithChunks.jsx index df3021e4..552706e6 100644 --- a/client/src/ScreenRecorderWithChunks.jsx +++ b/client/src/ScreenRecorderWithChunks.jsx @@ -44,6 +44,7 @@ const ScreenRecorderWithChunks = () => { localStorage.isRecording = 'true'; } catch (error) { console.error("Error accessing screen recording:", error); + window.location.reload(); } }; diff --git a/server/extensions/documentation/documentation/1.0.0/full_documentation.json b/server/extensions/documentation/documentation/1.0.0/full_documentation.json index 3233f4d7..a59bf216 100755 --- a/server/extensions/documentation/documentation/1.0.0/full_documentation.json +++ b/server/extensions/documentation/documentation/1.0.0/full_documentation.json @@ -14,7 +14,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "x-generation-date": "10/21/2024 7:55:13 PM" + "x-generation-date": "10/22/2024 9:01:50 PM" }, "x-strapi-config": { "path": "/documentation",