Skip to content

Commit

Permalink
gottem
Browse files Browse the repository at this point in the history
  • Loading branch information
cmayeux05 committed Oct 22, 2024
1 parent c32b30c commit 782e102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/src/ScreenRecorderWithChunks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const ScreenRecorderWithChunks = () => {
localStorage.isRecording = 'true';
} catch (error) {
console.error("Error accessing screen recording:", error);
window.location.reload();
}
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 782e102

Please sign in to comment.