mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 16:22:21 +00:00
temporary fix for issue 257
This commit is contained in:
@@ -373,8 +373,9 @@ NSString *const _MPTableSecurCellView = @"PasswordCell";
|
||||
}
|
||||
/*
|
||||
If a group is the current item, see if we already show that group
|
||||
also test if an element has been selected (issue #257)
|
||||
*/
|
||||
if(document.selectedItem == document.selectedGroup) {
|
||||
if(document.selectedItem == document.selectedGroup && document.selectedItem != nil) {
|
||||
if(document.hasSearch) {
|
||||
/* If search was active, stop it and exit */
|
||||
[document exitSearch:self];
|
||||
|
||||
Reference in New Issue
Block a user