[ui] actually disable tag widget in a8s

feat/vaults
Tomáš Mládek 2022-02-13 13:14:51 +01:00
parent 7a31797451
commit 0aa09a2e5b
No known key found for this signature in database
GPG Key ID: 65E225C8B3E2ED8A
1 changed files with 1 additions and 5 deletions

View File

@ -79,9 +79,9 @@
image: imageEl, image: imageEl,
drawOnSingleClick: true, drawOnSingleClick: true,
fragmentUnit: "percent", fragmentUnit: "percent",
widgets: ["COMMENT"],
}); });
console.log(anno);
anno.on("createAnnotation", async (annotation) => { anno.on("createAnnotation", async (annotation) => {
const lensUuidFetch = await fetch("api/obj", { const lensUuidFetch = await fetch("api/obj", {
method: "PUT", method: "PUT",
@ -184,8 +184,4 @@
max-height: var(--preview-height); max-height: var(--preview-height);
} }
} }
.r6o-tag {
display: none !important;
}
</style> </style>