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 574277f commit afc0fddCopy full SHA for afc0fdd
PBGitHistoryController.m
@@ -231,7 +231,8 @@ - (void) observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(
231
{
232
if ([(NSString *)context isEqualToString: @"commitChange"]) {
233
[self updateKeys];
234
- //[self restoreFileBrowserSelection];
+ [self restoreFileBrowserSelection];
235
+ [self updateSearch:filesSearchField];
236
}else if ([(NSString *)context isEqualToString: @"treeChange"]) {
237
[self updateQuicklookForce: NO];
238
[self saveFileBrowserSelection];
0 commit comments