Reset infiniteFinish flag on error in MoreModal fetchData
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -386,6 +386,7 @@ async function fetchData() {
|
|||||||
infiniteFinish.value = true;
|
infiniteFinish.value = true;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Failed to load data:", error);
|
console.error("Failed to load data:", error);
|
||||||
|
infiniteFinish.value = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user