AlexTorresDev / custom-electron-titlebar

Custom electon title bar inpire on VS Code title bar
MIT License
868 stars 149 forks source link

fix(menubar): fix setting focus on a menu item that doesn't exist #203

Closed DanielMcAssey closed 1 year ago

DanielMcAssey commented 1 year ago

When a menubar has been updated, changed or items removed, its possible to still try reference the focused menu item. This fixes an undefined error that occurs when updating the focused state.