We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24153c8 commit 5abb4d5Copy full SHA for 5abb4d5
PBGitSidebarController.m
@@ -65,7 +65,8 @@ - (void)awakeFromNib
65
commitViewController = [[PBGitCommitController alloc] initWithRepository:repository superController:superController];
66
stashViewController = [[PBStashContentController alloc] initWithRepository:repository superController:superController];
67
68
- [stashViewController loadView];
+ [historyViewController view]; //preload historyViewController so the contextual menus in the sidebar work
69
+ [stashViewController view];
70
71
[repository addObserver:self forKeyPath:@"refs" options:0 context:@"updateRefs"];
72
[repository addObserver:self forKeyPath:@"currentBranch" options:0 context:@"currentBranchChange"];
0 commit comments