-
Notifications
You must be signed in to change notification settings - Fork 8
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
Can't load same demo after loading from database #1150
Comments
This appears to break down into two distinct buggy behaviors:
If it becomes necessary to separate these into their own issues, we can do so |
Go ahead and create a branch then put these changes there, and open pull request. That will let us do a code review and also try the code out live |
The recommendation for how to proceed here is to start tracing where the incorrect behavior is taking place; I suggest putting a console log there while replicating the unwanted behavior to see when it gets invoked and by whom. Possible issues include:
|
I just poked around at this. The problem only happens when selecting a demo from the side panel. The behavior is correct when using the "network" or "demo" menu to load the demo. |
This issue also occurs if you upload a user file in between selecting the demos from the side panel. |
Do the following actions on beta:
I think this is because Demo #2 is still showing up in the side panel and clicking on it again doesn't do anything. I can load it from the Network menu OK.
The text was updated successfully, but these errors were encountered: