datamosh/ImpactJS-GUI

Plugin code binds 'mouse1' but checks for 'leftclick'.

mahgo opened this issue · 1 comments

I had trouble getting clicking working, and I noticed that on line 160 onwards, it checks for 'leftclick', which was never binded, but 'mouse1' is. Changing all 'leftclick' to 'mouse1' fixes it. Is this a typo?

Solved in last commit. Sorry!