Closed abhsarma closed 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.
fer_option1 & fer_option2
fer_option3 & fer_option4
fer_option2 & fer_option3
fer_option1 - fer_option4
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
andfer_option3 & fer_option4
. Now joinfer_option2 & fer_option3
, which should create a continuous block of selected optionsfer_option1 - fer_option4
.