The PR fixes an issue where the InterfaceController.openChatWindow function throws an error:
Evaluation failed: ReferenceError: Cannot access 'chat' before initialization
Types of changes
[ ] Dependency change
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist
[x] My code follows the code style of this project.
[x] I have updated the documentation accordingly (index.d.ts).
PR Details
The PR fixes an issue where the InterfaceController.openChatWindow function throws an error:
Evaluation failed: ReferenceError: Cannot access 'chat' before initialization
Types of changes
Checklist