Open adamyonk opened 9 years ago
This is not known and is probably due to some disconnect between the assumptions being made between what events we will get from collection. Got an example of this so we can debug it?
This issue should be part of #27. Once it get's merged I will write tests for sorting the collection when adding models
I'm seeing an issue where when something gets filtered out of the filtered collection (because of
filter
/watched
), and then is later added back to the filtered collection, regardless of where it was in the order before, it gets put at the beginning (index 0) of the filtered collection. Is this known and you just have to set up a comparator to match the order with the parent collection?