Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-07 13:30:00 +08:00
parent 83e25ec0bf
commit b4c1568869
4 changed files with 7 additions and 49 deletions

View File

@@ -81,10 +81,10 @@ mixin DeleteItemMixin<R, T extends MultiSelectData>
} else {
list.removeWhere(removeList.contains);
}
if (!isEnd) {
onReload();
} else {
if (list.isNotEmpty || isEnd) {
loadingState.refresh();
} else {
onReload();
}
if (enableMultiSelect.value) {
rxCount.value = 0;