You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: preserve version selection when loading more releases
When clicking 'Load more...' to fetch additional releases, the version
dropdown would show a blank selection after removing the 'Load more...'
item and adding new versions.
This fix saves the current selection index before removing the last item
and restores it after adding new releases, ensuring the user's selected
version remains visible during pagination.
0 commit comments