fix(player): main-version codefix
This commit is contained in:
parent
1842248ce3
commit
a113416ec7
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ export default class DOMManager extends ListWalker<Message> {
|
|||
return this.stylesManager.moveReady(t).then(() => {
|
||||
// Apply all scrolls after the styles got applied
|
||||
this.nodeScrollManagers.forEach(manager => {
|
||||
const msg = manager.moveGetLast(t)
|
||||
const msg = manager.moveToLast(t)
|
||||
if (!!msg && !!this.nl[msg.id]) {
|
||||
const node = this.nl[msg.id] as HTMLElement
|
||||
node.scrollLeft = msg.x
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue