mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-28 11:13:49 +02:00
fix: reset page index when total page count shrinks below current page
This commit is contained in:
@@ -251,6 +251,7 @@
|
||||
const D = previousInstancesListDialog.value;
|
||||
if (currentId.value !== D.lastId) {
|
||||
table.setPageIndex(0);
|
||||
pageIndex.value = 0;
|
||||
D.lastId = currentId.value;
|
||||
}
|
||||
if (props.variant === 'user') {
|
||||
|
||||
Reference in New Issue
Block a user