feat: prioritize loading latest selected items (#1930)
This commit is contained in:
@@ -118,7 +118,7 @@ const DisplayOptionsMenu: FunctionComponent<DisplayOptionsMenuProps> = ({
|
||||
void changePreferences({ sortBy: sort })
|
||||
}
|
||||
},
|
||||
[preferences, changePreferences, toggleSortReverse],
|
||||
[preferences.sortBy, toggleSortReverse, changePreferences],
|
||||
)
|
||||
|
||||
const toggleSortByDateModified = useCallback(() => {
|
||||
|
||||
Reference in New Issue
Block a user