Manually scroll down when switching fullscreen chats
This commit is contained in:
parent
4f67f352f5
commit
536b42697c
@ -1289,6 +1289,7 @@ converse.plugins.add('converse-chatview', {
|
|||||||
afterShown () {
|
afterShown () {
|
||||||
this.model.clearUnreadMsgCounter();
|
this.model.clearUnreadMsgCounter();
|
||||||
this.setChatState(_converse.ACTIVE);
|
this.setChatState(_converse.ACTIVE);
|
||||||
|
this.scrollDown();
|
||||||
this.focus();
|
this.focus();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user