diff --git a/MacPass/MPDocumentWindowController.m b/MacPass/MPDocumentWindowController.m index 6c8b34a6..80d487ab 100644 --- a/MacPass/MPDocumentWindowController.m +++ b/MacPass/MPDocumentWindowController.m @@ -349,7 +349,7 @@ NSString *const MPCurrentItemChangedNotification = @"com.hicknhack.macpass.MPCur } _firstResponder = firstResonder; if([_firstResponder isKindOfClass:[NSView class]]) { - //self _updateCurrentItem:[NSNotification notificationWithName:@"dummy" object:_firstResponder ]]; + [self _updateCurrentItem:[NSNotification notificationWithName:@"dummy" object:_firstResponder ]]; } }