feat(editor): Add delete and disable button to nodes on hover (#8482)

This commit is contained in:
Elias Meire
2024-02-02 16:02:41 +01:00
committed by GitHub
parent 4b3659f04f
commit 994754bf39
8 changed files with 225 additions and 170 deletions

View File

@@ -61,6 +61,8 @@
@runWorkflow="onRunNode"
@moved="onNodeMoved"
@run="onNodeRun"
@removeNode="(name) => removeNode(name, true)"
@toggleDisableNode="(node) => toggleActivationNodes([node])"
>
<template #custom-tooltip>
<span