fix(editor): Drop outgoing connections on order changed event for nodes with dynamic outputs (#9055)

This commit is contained in:
Michael Kret
2024-04-09 04:46:52 +03:00
committed by GitHub
parent 936682eeaa
commit 3dd70a17e2
8 changed files with 304 additions and 2 deletions

View File

@@ -1093,6 +1093,8 @@
"nodeSettings.latest": "Latest",
"nodeSettings.deprecated": "Deprecated",
"nodeSettings.latestVersion": "Latest version: {version}",
"nodeSettings.outputCleared.title": "Parameters changed",
"nodeSettings.outputCleared.message": "Order of parameters changed, outgoing connections were cleared",
"nodeSettings.nodeVersion": "{node} node version {version}",
"nodeView.addNode": "Add node",
"nodeView.openNodesPanel": "Open nodes panel",