diff --git a/mirador b/mirador index fd236dcb8581ca647b90793e29578fbdd2709bc0..3956139233904c4666e611a2b3aa09143cb67b57 160000 --- a/mirador +++ b/mirador @@ -1 +1 @@ -Subproject commit fd236dcb8581ca647b90793e29578fbdd2709bc0 +Subproject commit 3956139233904c4666e611a2b3aa09143cb67b57 diff --git a/src/AnnotationCreation.js b/src/AnnotationCreation.js index 2b7f38d0a1edb472f76f368e2af3661cfda01f85..9507fa326178c16137cdc04e7e8c85761599e3b9 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)': {