[ISSUE 89] fixed

This commit is contained in:
richard-loafle 2020-02-03 13:58:48 +09:00
parent 48d3f79d94
commit 8400b6911d
2 changed files with 2 additions and 2 deletions

View File

@ -207,7 +207,7 @@ export class OrganizationComponent
}), }),
tap(() => { tap(() => {
if (!!this.vsDeptUser) { if (!!this.vsDeptUser) {
this.vsDeptUser.scrollToIndex(0); this.vsDeptUser.scrollToIndex(0, true, 0, 0);
} }
if (!!this.psDirectiveRef) { if (!!this.psDirectiveRef) {
this.psDirectiveRef.update(); this.psDirectiveRef.update();

View File

@ -1,6 +1,6 @@
<cdk-virtual-scroll-viewport <cdk-virtual-scroll-viewport
#cvsvOrganization #cvsvOrganization
itemSize="40" itemSize="50"
perfectScrollbar perfectScrollbar
fxFlexFill fxFlexFill
> >