Fixed a exception for the private messages system
This commit is contained in:
parent
2a0dc44d2a
commit
23a732556f
1 changed files with 1 additions and 1 deletions
|
@ -866,7 +866,7 @@ export class PrivateConverations {
|
||||||
this._current_conversation.set_unread_flag(false, true); /* only updates everything if the state changes */
|
this._current_conversation.set_unread_flag(false, true); /* only updates everything if the state changes */
|
||||||
});
|
});
|
||||||
|
|
||||||
this._container_conversation_messages = this._container_conversation.find(".messages");
|
this._container_conversation_messages = this._container_conversation.find(".container-messages");
|
||||||
this._container_conversation_messages.on('scroll', event => {
|
this._container_conversation_messages.on('scroll', event => {
|
||||||
if(!this._current_conversation)
|
if(!this._current_conversation)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue