fix del history/later

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-05 16:30:48 +08:00
parent af7a1a6ee9
commit 3caa684b2e
2 changed files with 4 additions and 7 deletions

View File

@@ -88,6 +88,9 @@ mixin DeleteItemMixin<R, T extends MultiSelectData>
loadingState.refresh();
} else if (!isEnd) {
onReload();
} else {
// empty && end
loadingState.value = const Success(null);
}
if (enableMultiSelect.value) {
rxCount.value = 0;