[ISSUE 89] fixed
This commit is contained in:
parent
48d3f79d94
commit
8400b6911d
|
@ -207,7 +207,7 @@ export class OrganizationComponent
|
|||
}),
|
||||
tap(() => {
|
||||
if (!!this.vsDeptUser) {
|
||||
this.vsDeptUser.scrollToIndex(0);
|
||||
this.vsDeptUser.scrollToIndex(0, true, 0, 0);
|
||||
}
|
||||
if (!!this.psDirectiveRef) {
|
||||
this.psDirectiveRef.update();
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<cdk-virtual-scroll-viewport
|
||||
#cvsvOrganization
|
||||
itemSize="40"
|
||||
itemSize="50"
|
||||
perfectScrollbar
|
||||
fxFlexFill
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue
Block a user