bug: [1.7] Button Click events seems to produce a table instead of a string #55
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
When a button gets clicked, instead of a string like
"mouse_click"or"mouse_up"theevent(2nd parameter) is a table.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Once the button is clicked, the Basalt debug window will contain:
Screenshots
If applicable, add screenshots to help explain your problem.
^ The contents of the
event.Additional context
Add any other context about the problem here.
N/A ?
Checklist
[ X ] I am running the latest version.
Tick the box if you are running the latest version!
Hello, thank you i will look into this asap!
The issue should be fixed now! Here's the fix: a97254d
Thanks, it works now.