Drop the `isMenuOpen` property?
sindresorhus opened this issue · 1 comments
sindresorhus commented
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.
sindresorhus commented
// @decodism