fix(editor): Fix adding of wrong actions when filtering in the node actions panel (no-changelog) (#5518)

This commit is contained in:
OlegIvaniv
2023-02-20 15:59:38 +01:00
committed by GitHub
parent 75a094a8c0
commit 1c0966957d
4 changed files with 26 additions and 5 deletions

View File

@@ -22,8 +22,13 @@
v-touch:start="touchStart"
v-touch:end="touchEnd"
>
<i class="trigger-icon">
<font-awesome-icon icon="bolt" size="lg" v-if="isTriggerNode" />
<i class="trigger-icon" v-if="isTriggerNode">
<n8n-tooltip placement="bottom">
<template #content>
<span v-html="$locale.baseText('node.thisIsATriggerNode')" />
</template>
<font-awesome-icon icon="bolt" size="lg" />
</n8n-tooltip>
</i>
<div
v-if="!data.disabled"