Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getSlotMenuOptions.apply incorrectly applying arguments when right clicking on slots. #18

Open
Trung0246 opened this issue Sep 16, 2024 · 0 comments

Comments

@Trung0246
Copy link

menuInfo = getSlotMenuOptions.apply(this, slot);

I think it should be something like this:

menuInfo = getSlotMenuOptions.apply(this, [slot]);
@Trung0246 Trung0246 changed the title getSlotMenuOptions.apply incorrectly applying arguments when right licking on slots. getSlotMenuOptions.apply incorrectly applying arguments when right clicking on slots. Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant