adt-apjc / YAP

BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Duplicating a step in sidebar does not consider the highest step number #164

Closed davyvine closed 12 months ago

davyvine commented 12 months ago

When a step has been re-arranged and duplicated the current logic does not consider the highest step number.

The current logic is just taking the sidebar length and adding 1.

The cloned step "name" should be the highest num + 1.