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

Multiple controllers on Collapse does not work #429

Open
lemniscate8 opened this issue Jun 18, 2021 · 0 comments
Open

Multiple controllers on Collapse does not work #429

lemniscate8 opened this issue Jun 18, 2021 · 0 comments

Comments

@lemniscate8
Copy link
Collaborator

lemniscate8 commented Jun 18, 2021

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:

  • OS: Mac
  • Compiler: Emscripten 1.38.48
  • Browser: Chrome
  • Empirical Version: master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant