This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Commit c770992
committed
Fix refresh of PR list switching to "create" form.
Fixes #480. Issue was happening because of an extra PRCreation
item in the nav stack when Refresh was clicked 2nd time.
It was there because when navigating forward for the 2nd Create,
GoForward method wasn't removing everything after the current item.1 parent 6256763 commit c770992
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
283 | | - | |
| 282 | + | |
| 283 | + | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| |||
0 commit comments