Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 857f094

Browse files
committed
Close PR creation view when PR submitted.
1 parent 6c0855e commit 857f094

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.App/ViewModels/GitHubPane/PullRequestCreationViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ public PullRequestCreationViewModel(
115115
NavigateTo("/pulls?refresh=true");
116116
Cancel.Execute();
117117
draftStore.DeleteDraft(GetDraftKey(), string.Empty).Forget();
118+
Close();
118119
});
119120

120121
Cancel = ReactiveCommand.Create(() => { });

0 commit comments

Comments
 (0)