Fix chapter list range selection
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user