From dac6dda3dfba77b9405a814cb2fde1c867feb2ff Mon Sep 17 00:00:00 2001 From: Antoine <antoine.roy@tetras-libre.fr> Date: Fri, 17 Nov 2023 15:32:41 +0100 Subject: [PATCH] hard coded values --- src/AnnotationCreation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AnnotationCreation.js b/src/AnnotationCreation.js index 3826350..8284aee 100644 --- a/src/AnnotationCreation.js +++ b/src/AnnotationCreation.js @@ -138,7 +138,7 @@ class AnnotationCreation extends Component { textEditorStateBustingKey: 0, xywh: null, // eslint-disable-next-line sort-keys - valueTime: [], + valueTime: [20, 37], ...annoState, valuetextTime: '', }; -- GitLab