feat(editor): Implement execute step mechanism for focused panel (no-changelog) (#16891)

Co-authored-by: Charlie Kolb <charlie@n8n.io>
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
This commit is contained in:
Daria
2025-07-02 19:23:48 +03:00
committed by GitHub
parent 5c5c06aa58
commit 2d2818cdf8
8 changed files with 106 additions and 51 deletions

View File

@@ -1048,10 +1048,9 @@ async function optionSelected(command: string) {
if (node.value && command === 'focus') {
focusPanelStore.setFocusedNodeParameter({
nodeName: node.value.name,
nodeId: node.value.id,
parameterPath: props.path,
parameter: props.parameter,
value: modelValueString.value,
});
if (ndvStore.activeNode) {