mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-20 05:59:32 +00:00
Fixed responder chain issues with ViewControllers
Context menu and copy actions now working (unfinished)
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
|
||||
- (void)updateResponderChain {
|
||||
if(self.view) {
|
||||
NSLog(@"Updated responder chain");
|
||||
NSResponder *nextResponder = [[self view] nextResponder];
|
||||
[[self view] setNextResponder:self];
|
||||
[self setNextResponder:nextResponder];
|
||||
|
||||
Reference in New Issue
Block a user