abhsarma / milliways

MIT License
0 stars 0 forks source link

Join options not working correctly if f2&f3 are joined when f1&f2 and f3&f4 are already joined #2

Closed abhsarma closed 3 years ago

abhsarma commented 3 years ago

There is a bug in how the set of options to join is being calculated here: https://github.com/abhsarma/multiverse-vis/blob/d87865a850af9d7c251d3f305e5acdf0896d5801/src/components/multiverseMatrix.js#L213-L216

To reproduce this issue, first join fer_option1 & fer_option2 and fer_option3 & fer_option4. Now join fer_option2 & fer_option3, which should create a continuous block of selected options fer_option1 - fer_option4.