mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 11:06:51 +08:00
fix del history/later
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user