mirror of
https://github.com/NicolasConstant/sengi
synced 2025-02-03 03:47:35 +01:00
fix column shifting on autogrow
This commit is contained in:
parent
733c21af7d
commit
716819524b
@ -616,7 +616,7 @@ export class CreateStatusComponent implements OnInit, OnDestroy {
|
||||
|
||||
setTimeout(() => {
|
||||
if (this.checkVisible(this.footerElement.nativeElement)) {
|
||||
this.footerElement.nativeElement.scrollIntoView({ behavior: 'auto', block: 'nearest', inline: 'start' });
|
||||
this.footerElement.nativeElement.scrollIntoViewIfNeeded({ behavior: 'instant', block: 'end', inline: 'start' });
|
||||
}
|
||||
}, 0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user