From d91140439a9763ffee4043637d65f701589569a1 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Thu, 13 Apr 2017 11:32:38 -0400 Subject: [PATCH] Properly deactivate when copying password so previous app regains focus and signOut happens properly. --- platform-darwin/Source/Mac/MPPasswordWindowController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-darwin/Source/Mac/MPPasswordWindowController.m b/platform-darwin/Source/Mac/MPPasswordWindowController.m index c8a703f7..2f542103 100644 --- a/platform-darwin/Source/Mac/MPPasswordWindowController.m +++ b/platform-darwin/Source/Mac/MPPasswordWindowController.m @@ -478,7 +478,7 @@ // Performing action while content is available. Copy it. [self copyContent:self.shiftPressed? selectedSite.answer: selectedSite.content]; - [self.window close]; + [NSApp hide:nil]; NSUserNotification *notification = [NSUserNotification new]; notification.title = @"Password Copied";