[ISSUE 89] fixed
This commit is contained in:
parent
48d3f79d94
commit
8400b6911d
|
@ -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();
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<cdk-virtual-scroll-viewport
|
<cdk-virtual-scroll-viewport
|
||||||
#cvsvOrganization
|
#cvsvOrganization
|
||||||
itemSize="40"
|
itemSize="50"
|
||||||
perfectScrollbar
|
perfectScrollbar
|
||||||
fxFlexFill
|
fxFlexFill
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user