diff --git a/frontend/components/tasks/sequenceLabeling/EntityEditor.vue b/frontend/components/tasks/sequenceLabeling/EntityEditor.vue index 07b8706f..17a14dff 100644 --- a/frontend/components/tasks/sequenceLabeling/EntityEditor.vue +++ b/frontend/components/tasks/sequenceLabeling/EntityEditor.vue @@ -11,75 +11,33 @@ :allow-overlapping="allowOverlapping" :grapheme-mode="graphemeMode" @add:entity="handleAddEvent" - @click:entity="handleEntityClickEvent" + @click:entity="onEntityClicked" @click:relation="updateRelation" @contextmenu:entity="deleteEntity" @contextmenu:relation="deleteRelation" /> - - - - - - - - - - - - - - - - + \ No newline at end of file