Clemapfel/Mousetrap.jl

Calling `activate!` does not instantly trigger emission of signal `clicked` for `Button`, and `ToggleButton`

Clemapfel opened this issue · 1 comments

When activate! is called, clicked will only be emitted after the "button clicked" animation is complete, as opposed to instantly.

Confirmed to be caused by

This will be fixed with the next version, until then simply use emit_signal_clicked instead of activate!.

Fixed in v0.3.0