diff --git a/webui/src/components/display/blobs/ImageViewer.svelte b/webui/src/components/display/blobs/ImageViewer.svelte index d1c0c52..78c35b3 100644 --- a/webui/src/components/display/blobs/ImageViewer.svelte +++ b/webui/src/components/display/blobs/ImageViewer.svelte @@ -79,9 +79,9 @@ image: imageEl, drawOnSingleClick: true, fragmentUnit: "percent", + widgets: ["COMMENT"], }); - console.log(anno); anno.on("createAnnotation", async (annotation) => { const lensUuidFetch = await fetch("api/obj", { method: "PUT", @@ -184,8 +184,4 @@ max-height: var(--preview-height); } } - - .r6o-tag { - display: none !important; - }