Commit 9281148
committed
fix: prevent version selection reset when loading more releases
When users clicked 'Load more...' to fetch additional releases in the
installer dialog, the version dropdown would reset to index 0, losing
the user's current selection.
This fix only sets the index to 0 on initial page load (when loaded_page == 1),
preserving the selected version during pagination.1 parent f881e4c commit 9281148
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| |||
0 commit comments