Merge branch 'master' of https://git.loafle.net/ucap-web/next-ucap-messenger
This commit is contained in:
commit
73ea6f3ffa
|
@ -484,7 +484,7 @@ export class MessagesComponent implements OnInit, OnDestroy {
|
|||
gotoPosition(eventSeq: number) {
|
||||
if (!!this.virtualScroller) {
|
||||
const e = this.eventList.find(v => v.seq === eventSeq);
|
||||
this.virtualScroller.scrollInto(e, false, undefined, 0, () => {});
|
||||
this.virtualScroller.scrollInto(e, true, 0, 0, () => {});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user