Fix chapter list range selection

This commit is contained in:
schroda
2025-01-21 19:23:11 +01:00
parent c47889c2e3
commit 9b883a5170

View File

@@ -146,7 +146,7 @@ export const ChapterList = ({
const onSelect = useCallback(
(id: number, selected: boolean, selectRange?: boolean) => handleSelection(id, selected, { selectRange }),
[],
[handleSelection],
);
if (isLoading || (noChaptersFound && isRefreshing)) {