sindresorhus/KeyboardShortcuts

Drop the `isMenuOpen` property?

sindresorhus opened this issue · 1 comments

I wonder if we instead can simply listen to NSMenu.didBeginTrackingNotification and NSMenu.didEndTrackingNotification. That would be nice than forcing users to update the property manually.