![MBB - Classic](https://media.forgecdn.net/avatars/thumbnails/244/385/256/256/637145206537307653.png)
Overwriting minimap button click registration breaks some addons
Road-block opened this issue · 1 comments
There are addons that have functionality attached to their minimap buttons that extends beyond the left/right click (a bunch of LDB launchers or feeds for example)
This line MBB.lua:342 breaks them.
I haven't checked the retail version but I'm assuming the same happens there.
If for some reason replacing the click registration is needed at least do this instead.
buttonframe:RegisterForClicks("AnyDown")
so middle / btn4 or btn5 clicks are not ignored.