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

Does not detect multiple buttons #3

Open
code-504 opened this issue May 4, 2021 · 2 comments
Open

Does not detect multiple buttons #3

code-504 opened this issue May 4, 2021 · 2 comments

Comments

@code-504
Copy link

code-504 commented May 4, 2021

Hello.
When the html button is duplicated and placed elsewhere in the html code, it doesn't work because it only detects one. The code is not prepared to have multiple buttons in the same html. How do I implement that? I think it would be a nice improvement.

@nuelschoch
Copy link

nuelschoch commented Feb 25, 2022

Same here. Not able to use it like that. Anyone found a solution yet?

@agencetempo
Copy link

Just add on your JS your new class after :
var button = new _buttonCtrl.default(document.querySelector('.button')); line 6443

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

3 participants