mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 07:02:39 +00:00
Updated responder chain handling for view controller
This commit is contained in:
@@ -196,11 +196,9 @@ NSString *const _toggleFilterUsernameButton = @"SearchUsername";
|
||||
|
||||
#pragma mark Notifications
|
||||
- (void)_didChangeGroupSelectionInOutlineView:(NSNotification *)notification {
|
||||
|
||||
if([self hasFilter]) {
|
||||
return;
|
||||
[(MPMainWindowController *)[[self.view window] windowController] clearFilter:nil];
|
||||
}
|
||||
[self clearFilter];
|
||||
MPOutlineViewDelegate *delegate = [notification object];
|
||||
KdbGroup *group = delegate.selectedGroup;
|
||||
if(group) {
|
||||
|
||||
Reference in New Issue
Block a user