From 7a5e69d4e540864deeb5d50bac99e701db0dac16 Mon Sep 17 00:00:00 2001 From: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com> Date: Mon, 31 May 2021 19:34:55 +0300 Subject: [PATCH] :bug: Enable header clicks on tags (#1848) * enable header clicks * remove unused func --- packages/editor-ui/src/components/TagsContainer.vue | 5 ++++- packages/editor-ui/src/components/WorkflowOpen.vue | 7 +------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/packages/editor-ui/src/components/TagsContainer.vue b/packages/editor-ui/src/components/TagsContainer.vue index 719a9fc562..7f2411d406 100644 --- a/packages/editor-ui/src/components/TagsContainer.vue +++ b/packages/editor-ui/src/components/TagsContainer.vue @@ -6,6 +6,7 @@ v-for="tag in tags" :key="tag.id" :class="{clickable: !tag.hidden}" + @click="(e) => onClick(e, tag)" >