-
Notifications
You must be signed in to change notification settings - Fork 2
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
Browser crash #1550
Comments
Looks like it also got hit here:
This is the line in question:
|
This is related to the ability to pop-out chat. Basically, the code got into a state where the table had no log, but it still thought chat was docked. This is such a rare bug that I have not yet fixed it so that such a state is unrepresentable, instead I've just gotten rid of the unwrap as follows. I'll create a new issue to solve this correctly.
Deploying now. |
Find and fix this problem. It's an
unwrap()
invocation inchat_box
The text was updated successfully, but these errors were encountered: