feat: Toggle actions details, little redesign
This commit is contained in:
@@ -73,7 +73,7 @@ export const nextCardPositionSelector = createSelector(
|
||||
return listModel;
|
||||
}
|
||||
|
||||
return nextPosition(listModel.getOrderedFilteredCardsModelArray(), index, excludedId);
|
||||
return nextPosition(listModel.getFilteredOrderedCardsModelArray(), index, excludedId);
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user