We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5b51cd + 927d47c commit 1f274dcCopy full SHA for 1f274dc
1 file changed
app/src/ui/app.tsx
@@ -640,7 +640,7 @@ export class App extends React.Component<IAppProps, IAppState> {
640
// Disable autoupdates so that the app doesn't revert to the desktop/desktop upstream whenever there is an update.
641
}
642
643
- private updateBranchWithContributionTargetBranch() {
+ private async updateBranchWithContributionTargetBranch() {
644
const { selectedState } = this.state
645
if (
646
selectedState == null ||
@@ -659,6 +659,8 @@ export class App extends React.Component<IAppProps, IAppState> {
659
return
660
661
662
+ await this.props.dispatcher.fetch(repository, FetchType.UserInitiatedTask)
663
+
664
this.props.dispatcher.initializeMergeOperation(
665
repository,
666
false,
0 commit comments