mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-24 13:29:46 +00:00
Renaming, moving functionality to KeePassKit where suitable
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
validTarget &= index != NSOutlineViewDropOnItemIndex;
|
||||
validTarget &= index != [self.localDraggedGroup.parent.groups indexOfObject:self.localDraggedGroup];
|
||||
}
|
||||
BOOL isAnchesor = [self.localDraggedGroup isAnchestorOfGroup:targetGroup];
|
||||
BOOL isAnchesor = [self.localDraggedGroup isAnchestorOf:targetGroup];
|
||||
validTarget &= !isAnchesor;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user