mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 23:39:29 +00:00
More drafting for editing (broken!)
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
@@ -487,11 +487,4 @@ typedef NS_ENUM(NSUInteger, MPEntryTab) {
|
||||
[[[self view] window] makeFirstResponder:nil];
|
||||
}
|
||||
|
||||
- (void)_didBeginEditingSelectedItem:(NSNotification *)notification {
|
||||
[self _toggleEditing:YES];
|
||||
}
|
||||
|
||||
- (void)_didCancelOrCommitChangesToSelectedItem:(NSNotification *)notification {
|
||||
[self _toggleEditing:NO];
|
||||
}
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user