Fixes #677 Chatbox does not open after close
Problem was a race condition between hide and show methods. Solution was to not hide the chat box during the initialize method.
Showing
Please register or sign in to comment
Problem was a race condition between hide and show methods. Solution was to not hide the chat box during the initialize method.