You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix TypeScript errors in menu.ts
Apparently, MenuItemConstructorOptions.selector is a Darwin-only attribute.
TypeScript detects it and displays an error. To fix this error we can cast it to MenuItemConstructorOptions.
* Fixed accidentally removed type definition
* Fixed another accidentally removed type definition
Seems good.
* Edited as requested
* Fixed lint error
0 commit comments