fix(editor): Copy JSON from selected run if node has been multiple times (#13673)

This commit is contained in:
Jaakko Husso
2025-03-04 17:19:51 +02:00
committed by GitHub
parent 72c535f583
commit 5eddf00fa1
4 changed files with 388 additions and 8 deletions

View File

@@ -1827,6 +1827,7 @@ defineExpose({ enterEditMode });
:mapping-enabled="mappingEnabled"
:distance-from-active="distanceFromActive"
:run-index="runIndex"
:output-index="currentOutputIndex"
:total-runs="maxRunIndex"
:search="search"
/>