Skip to content
Snippets Groups Projects
Commit fccca263 authored by Anthony's avatar Anthony
Browse files

Add temporality target

parent dbf2412c
Branches
No related tags found
1 merge request!10Draft: MigratingAnnotationCreation to MUI5.
...@@ -86,7 +86,7 @@ export async function saveAnnotation(canvases, config, receiveAnnotation, annota ...@@ -86,7 +86,7 @@ export async function saveAnnotation(canvases, config, receiveAnnotation, annota
drawingState: drawingStateSerialized, drawingState: drawingStateSerialized,
id: (annotation && annotation.id) || `${uuid()}`, id: (annotation && annotation.id) || `${uuid()}`,
motivation: 'commenting', motivation: 'commenting',
target: `${canvas.id}#xywh=0,0,640,360&t=0,1000',`, target: `${canvas.id}#xywh=0,0,640,360&t=${t}`,
type: 'Annotation', type: 'Annotation',
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment