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

Fix error on transform

parent 420fe352
No related branches found
No related tags found
1 merge request!10Draft: MigratingAnnotationCreation to MUI5.
......@@ -125,7 +125,7 @@ function AnnotationDrawing({ drawingState, setDrawingState, ...props }) {
Object.assign(shape, modifiedshape);
drawingState.currentShape = shape;
updateCurrentShapeInShapes();
updateCurrentShapeInShapes(drawingState.currentShape);
};
const handleDragEnd = (evt) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment