Previously `this.chatService.appEvents.on( "chat:user-tracking-state-changed"...)` was registered on constructor and disabled on `willDestroy`. Constructor is evaluated only once, so when the section was collapsed and collapsed then the events were not observed anymore. didInsert allows evaluating code each time a component is rendered. |
||
|---|---|---|
| .. | ||
| chat-audio.js | ||
| chat-decorators.js | ||
| chat-keyboard-shortcuts.js | ||
| chat-plugin-decorators.js | ||
| chat-setup.js | ||
| chat-sidebar.js | ||
| chat-user-menu.js | ||
| chat-user-options.js | ||