fixed #157. cmd+delete now triggers the delete action

This commit is contained in:
michael starke
2014-03-18 03:12:24 +01:00
parent b31ea34c36
commit e222ebf379
4 changed files with 19 additions and 2 deletions

View File

@@ -308,7 +308,7 @@ NSString *const _MPTAbleSecurCellView = @"PasswordCell";
MPDocument *document = [notification object];
if(!document.selectedGroup) {
/* No group, this only can happen in filtering, just return */
/* TODO: handle deleted item */
return;
}
/*