max-mapper / menubar

➖ high level way to create menubar desktop applications with electron
BSD 2-Clause "Simplified" License
6.68k stars 365 forks source link

Rapidly clicking menubar icon does nothing #311

Open jamiebullock opened 3 years ago

jamiebullock commented 3 years ago

Description

Rapidly clicking menubar icon does nothing, but I would expect it to open and close the app window

Steps to Reproduce the Problem

  1. Launch an instance of a menubar app, the hello-world example will do
  2. Rapidly click the menubar icon

Expected Behaviour

The app's window repeatedly appears and disappears when the icon is clicked

Actual Behaviour

The window toggles state and then nothing happens

Specifications

Other information

holic commented 2 years ago

Related to https://github.com/maxogden/menubar/issues/116 ?