added removal of history items

This commit is contained in:
michael starke
2017-06-08 17:09:30 +02:00
parent 8dd465866e
commit b5c8936a2a

View File

@@ -606,6 +606,11 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGrou
return;
}
if(node.asEntry.isHistory) {
[self.historyEntry removeHistoryEntry:node.asEntry];
return;
}
if(!self.tree.metaData.useTrash) {
/* Display warning about permanently removing items! */
}