From c9f03cc563cb160b6d793c5b6e6f405c5326cdb5 Mon Sep 17 00:00:00 2001 From: BVier <26220150+BVier@users.noreply.github.com> Date: Mon, 13 May 2019 16:30:38 +0200 Subject: [PATCH] TSK-848: Make building of the classifications tree faster --- web/src/app/shared/tree/tree.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/app/shared/tree/tree.component.ts b/web/src/app/shared/tree/tree.component.ts index 378f2994d..97a037a1c 100644 --- a/web/src/app/shared/tree/tree.component.ts +++ b/web/src/app/shared/tree/tree.component.ts @@ -54,6 +54,7 @@ export class TaskanaTreeComponent implements OnInit, AfterViewChecked, OnDestroy } } }, + useVirtualScroll: true, animateExpand: true, animateSpeed: 20, levelPadding: 20,