diff --git a/ui/src/workflow/common/NodeContainer.vue b/ui/src/workflow/common/NodeContainer.vue index 71aae228e6..43c7e23ac7 100644 --- a/ui/src/workflow/common/NodeContainer.vue +++ b/ui/src/workflow/common/NodeContainer.vue @@ -96,6 +96,7 @@ @mousedown.stop @keydown.stop @click.stop + @wheel.stop :show="showAnchor" :id="id" style="left: 100%; top: 50%; transform: translate(0, -50%)"