Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mirador annotations
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
IIIF
Mirador
Mirador annotations
Commits
626bc509
Commit
626bc509
authored
1 year ago
by
Antoine Roy
Browse files
Options
Downloads
Patches
Plain Diff
Correctif mr
parent
b3d0d0b4
No related branches found
No related tags found
1 merge request
!13
fix errors on create annotation pannel
Pipeline
#1701
failed
1 year ago
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
mirador
+1
-1
1 addition, 1 deletion
mirador
src/AnnotationCreation.js
+1
-2
1 addition, 2 deletions
src/AnnotationCreation.js
with
2 additions
and
3 deletions
mirador
@
39561392
Subproject commit
fd236dcb8581ca647b90793e29578fbdd2709bc0
Subproject commit
3956139233904c4666e611a2b3aa09143cb67b57
This diff is collapsed.
Click to expand it.
src/AnnotationCreation.js
+
1
−
2
View file @
626bc509
...
@@ -503,7 +503,6 @@ class AnnotationCreation extends Component {
...
@@ -503,7 +503,6 @@ class AnnotationCreation extends Component {
aria
-
labelledby
=
"
range-slider
"
aria
-
labelledby
=
"
range-slider
"
max
=
{
Math
.
round
(
this
.
state
.
mediaVideo
.
video
.
duration
)}
max
=
{
Math
.
round
(
this
.
state
.
mediaVideo
.
video
.
duration
)}
color
=
"
secondary
"
color
=
"
secondary
"
windowid
=
{
windowId
}
sx
=
{{
sx
=
{{
color
:
'
rgba(1, 0, 0, 0.38)
'
,
color
:
'
rgba(1, 0, 0, 0.38)
'
,
}}
}}
...
@@ -798,7 +797,7 @@ const StyledForm = styled('form')(({ theme }) => ({
...
@@ -798,7 +797,7 @@ const StyledForm = styled('form')(({ theme }) => ({
}));
}));
const
StyledToggleButtonGroup
=
styled
(
ToggleButtonGroup
)(({
theme
})
=>
({
const
StyledToggleButtonGroup
=
styled
(
ToggleButtonGroup
)(({
theme
})
=>
({
'
&:f
o
rst-of-type
'
:
{
'
&:f
i
rst-of-type
'
:
{
borderRadius
:
theme
.
shape
.
borderRadius
,
borderRadius
:
theme
.
shape
.
borderRadius
,
},
},
'
&:not(:first-of-type)
'
:
{
'
&:not(:first-of-type)
'
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment