Revert questionable change to NSTextView

This commit is contained in:
Gregory Casamento 2024-05-04 06:26:19 -04:00
parent 842b0d8014
commit 52423a430c

View file

@ -5844,7 +5844,7 @@ other than copy/paste or dragging. */
untilDate: [NSDate distantFuture]
inMode: NSEventTrackingRunLoopMode
dequeue: YES];
} while ([currentEvent type] != NSLeftMouseUp && currentEvent != nil);
} while ([currentEvent type] != NSLeftMouseUp);
if (gettingPeriodic)
{