Properly abort source searches on query change
This commit is contained in:
@@ -400,7 +400,7 @@ export function SourceMangas() {
|
||||
abortRequest(new Error(`SourceMangas(${sourceId}): search string changed`));
|
||||
scrollToTop();
|
||||
},
|
||||
[query],
|
||||
[query, abortRequest],
|
||||
);
|
||||
|
||||
useLayoutEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user