From dbf2412ca533606d9dbf978aa53438fd421e0e83 Mon Sep 17 00:00:00 2001
From: Anthony Geourjon <anthony.geourjon@tetras-libre.fr>
Date: Mon, 5 Feb 2024 14:10:45 +0100
Subject: [PATCH] Annot en commenting

---
 src/AnnotationCreationUtils.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/AnnotationCreationUtils.js b/src/AnnotationCreationUtils.js
index 9343fbe..97ecda9 100644
--- a/src/AnnotationCreationUtils.js
+++ b/src/AnnotationCreationUtils.js
@@ -85,7 +85,7 @@ export async function saveAnnotation(canvases, config, receiveAnnotation, annota
       },
       drawingState: drawingStateSerialized,
       id: (annotation && annotation.id) || `${uuid()}`,
-      motivation: 'painting',
+      motivation: 'commenting',
       target: `${canvas.id}#xywh=0,0,640,360&t=0,1000',`,
       type: 'Annotation',
     };
-- 
GitLab