diff --git a/Source/NSMenuView.m b/Source/NSMenuView.m index c90ce4f96..75348395d 100644 --- a/Source/NSMenuView.m +++ b/Source/NSMenuView.m @@ -1834,7 +1834,6 @@ - (BOOL) _trackWithEvent: (NSEvent*)event type = [event type]; if (type == NSLeftMouseUp || type == NSRightMouseUp || type == NSOtherMouseUp) { - shouldFinish = YES; break; // Exit the loop to proceed to StopPeriodicEvents } if (type == NSAppKitDefined)