-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bug with RoomsHamburgerButton #115
Comments
sungchoi
referenced
this issue
Nov 21, 2013
Bug persists with bandaid. see issue [airbug/airbug#115]
yields the same result. |
It appears this error is not caused by clicking the home button or return to the user homepage. |
Deduced cause: The page container is not being deinitialized; therefore the commandModule subscriptions persist causing an error when called. This also why the codeEditor button is running into the same problem. |
sungchoi
referenced
this issue
Nov 22, 2013
… workaround until I can figure out how to ensure that the deinitialize method on PageContainer is called. Extends deinitialize method for PageContainer to unsubscribe from the commandModule.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error: viewTop is null
cannot call $el on null
PageContainer#handleToggleHamburgerLeftCommand
How I get to this error:
The text was updated successfully, but these errors were encountered: