We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faac29a commit 6f43144Copy full SHA for 6f43144
PTYTextView.m
@@ -2919,6 +2919,8 @@ - (BOOL)mouseDownImpl:(NSEvent*)event
2919
}
2920
2921
2922
+ mouseDown = YES;
2923
+
2924
if ([self reportMouseEvent:event]) {
2925
return NO;
2926
@@ -2932,7 +2934,6 @@ - (BOOL)mouseDownImpl:(NSEvent*)event
2932
2934
[mouseDownEvent autorelease];
2933
2935
mouseDownEvent = [event retain];
2936
mouseDragged = NO;
- mouseDown = YES;
2937
mouseDownOnSelection = NO;
2938
mouseDownOnImage = NO;
2939
0 commit comments