mirror of
https://github.com/vrc-get/vrc-get.git
synced 2026-06-21 09:58:08 +00:00
Revert "fix(gui): fix double-row artifact and scroll reset on dnd drop"
This reverts commit 21a0e19722.
This commit is contained in:
parent
6dfdd9c5f3
commit
3e42f0de4e
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ function PageBody() {
|
|||
const userRepos = result.data?.user_repositories;
|
||||
|
||||
const augmentedUserRepos = useMemo<UserRepoWithListId[]>(
|
||||
() => (userRepos ?? []).map((r) => ({ ...r, listId: String(r.index) })),
|
||||
() => (userRepos ?? []).map((r) => ({ ...r, listId: crypto.randomUUID() })),
|
||||
[userRepos],
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue