Skip to content

Avoid double events when using the info button (mouse down and up)

Martin Heistermann requested to merge fix-info-button-double-event into master

We should only call the info plugins when the button has actually been clicked, not once for mouse-down and once for mouse-up.

Merge request reports