From 626bc509e51c623e4f4607be0bffabca1fc83d6c Mon Sep 17 00:00:00 2001
From: Antoine <antoine.roy@tetras-libre.fr>
Date: Wed, 10 Jan 2024 16:10:51 +0100
Subject: [PATCH] Correctif mr

---
 mirador                   | 2 +-
 src/AnnotationCreation.js | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/mirador b/mirador
index fd236dc..3956139 160000
--- a/mirador
+++ b/mirador
@@ -1 +1 @@
-Subproject commit fd236dcb8581ca647b90793e29578fbdd2709bc0
+Subproject commit 3956139233904c4666e611a2b3aa09143cb67b57
diff --git a/src/AnnotationCreation.js b/src/AnnotationCreation.js
index 2b7f38d..9507fa3 100644
--- a/src/AnnotationCreation.js
+++ b/src/AnnotationCreation.js
@@ -503,7 +503,6 @@ class AnnotationCreation extends Component {
                         aria-labelledby="range-slider"
                         max={Math.round(this.state.mediaVideo.video.duration)}
                         color="secondary"
-                        windowid={windowId}
                         sx={{
                           color: 'rgba(1, 0, 0, 0.38)',
                         }}
@@ -798,7 +797,7 @@ const StyledForm = styled('form')(({ theme }) => ({
 }));
 
 const StyledToggleButtonGroup = styled(ToggleButtonGroup)(({ theme }) => ({
-  '&:forst-of-type': {
+  '&:first-of-type': {
     borderRadius: theme.shape.borderRadius,
   },
   '&:not(:first-of-type)': {
-- 
GitLab