touchstudy-core 0.1.153 → 0.1.154

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15173,8 +15173,9 @@ var useVirtualList = function useVirtualList(studentId, defaultFilter, getItemsA
15173
15173
  return;
15174
15174
  }
15175
15175
  setFilter(function (state) {
15176
+ var _filter$currentPage;
15176
15177
  return !state ? state : _extends({}, state, {
15177
- currentPage: 1
15178
+ currentPage: ((_filter$currentPage = filter.currentPage) != null ? _filter$currentPage : 0) + 1
15178
15179
  });
15179
15180
  });
15180
15181
  }, [filter === null || filter === void 0 ? void 0 : filter.currentPage, totalPages]);