diff --git a/frontend/public/lsf/lsf.html b/frontend/public/lsf/lsf.html index e646ff6..b0d89f8 100644 --- a/frontend/public/lsf/lsf.html +++ b/frontend/public/lsf/lsf.html @@ -17,6 +17,22 @@ } + diff --git a/frontend/src/pages/DataAnnotation/Annotate/LabelStudioTextEditor.tsx b/frontend/src/pages/DataAnnotation/Annotate/LabelStudioTextEditor.tsx index 238f481..8c06248 100644 --- a/frontend/src/pages/DataAnnotation/Annotate/LabelStudioTextEditor.tsx +++ b/frontend/src/pages/DataAnnotation/Annotate/LabelStudioTextEditor.tsx @@ -126,12 +126,12 @@ export default function LabelStudioTextEditor() { interfaces: [ "panel", "update", - "submit", "controls", "side-column", + "annotations:tabs", "annotations:menu", - "annotations:add-new", - "annotations:delete", + "annotations:current", + "annotations:history", ], selectedAnnotationIndex: 0, allowCreateEmptyAnnotation: true, @@ -291,8 +291,13 @@ export default function LabelStudioTextEditor() { -