diff --git a/MacPass/MPInspectorViewController.m b/MacPass/MPInspectorViewController.m index eacbd52d..ef1aff1f 100644 --- a/MacPass/MPInspectorViewController.m +++ b/MacPass/MPInspectorViewController.m @@ -204,7 +204,7 @@ typedef NS_ENUM(NSUInteger, MPContentTab) { return; } KPKEntry *entry = [self.representedObject asEntry]; - if( entry ) { + if(entry) { [entry pushHistory]; self.didPushHistory = YES; }