Skip to content
Snippets Groups Projects
Commit f9708450 authored by George Nachman's avatar George Nachman
Browse files

Auto hide find cursor window when the session that created it ceases to be...

Auto hide find cursor window when the session that created it ceases to be first responder. Issue 5637
parent 47b8c987
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -532,6 +532,7 @@ static const int kDragThreshold = 3;
- (BOOL)resignFirstResponder {
[_altScreenMouseScrollInferer firstResponderDidChange];
[self removeUnderline];
[self placeFindCursorOnAutoHide];
DLog(@"resignFirstResponder %@", self);
DLog(@"%@", [NSThread callStackSymbols]);
return YES;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment