Skip to content

Conversation

@danieldvc
Copy link

When some output is removed, the order of outputs affect correct render os connectors when flow is reloaded.

When some output is removed, the order of outputs affect correct render os connectors when flow is reloaded.
@jerosoler jerosoler self-assigned this Sep 28, 2021
@jerosoler
Copy link
Owner

Hi @danieldvc

Thanks for PR.

Can you elaborate more on the problem that it corrects?

For example in node with 3 outputs.
Using:

/* 
Node 13  
output_1
output_2
output_3

*/
editor.removeNodeOutput(13,'output_2');

/* 
When using the removeNodeOutput function the numbers are corrected
Node 13  
output_1
output_2 // (output_3 is renamed)

*/

The export always exports in order, is it removing the output in another way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants