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 ebea53bCopy full SHA for ebea53b
PBGitSidebarController.m
@@ -131,10 +131,10 @@ - (void) observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(
131
[stashes addChildWithoutSort:item];
132
lastItem = item;
133
}
134
+ [sourceView reloadData];
135
if (lastItem) {
136
[sourceView PBExpandItem:lastItem expandParents:YES];
137
- [sourceView reloadData];
138
} else if ([kObservingContextSubmodules isEqualToString:(__bridge NSString *)context]) {
139
[submodules.children removeAllObjects];
140
NSArray *newSubmodules = [change objectForKey:NSKeyValueChangeNewKey];
0 commit comments