We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The bug Adding a second collapse controller does not appear to work.
To Reproduce Go to: https://devosoft.github.io/empirical-prefab-demo/empirical-prefab-demo.html the collapse demo isn't quite working. Also tested in another project and changing to
collapse1.AddController(btn3, true); collapse2.AddController(btn3, true);
does not work either.
Expected behavior A collapse with multiple controllers should be able to be toggled by any of them.
Toolchain:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The bug
Adding a second collapse controller does not appear to work.
To Reproduce
Go to: https://devosoft.github.io/empirical-prefab-demo/empirical-prefab-demo.html
the collapse demo isn't quite working. Also tested in another project and changing to
does not work either.
Expected behavior
A collapse with multiple controllers should be able to be toggled by any of them.
Toolchain:
The text was updated successfully, but these errors were encountered: