From 0d4a8fff1f455a73c4bfcb2d3aa7a02495a7428f Mon Sep 17 00:00:00 2001 From: HardiReady Date: Wed, 21 Feb 2018 21:03:05 +0100 Subject: [PATCH] remove war detail tab switch scroll top --- static/src/app/statistic/war-detail/war-detail.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/static/src/app/statistic/war-detail/war-detail.component.ts b/static/src/app/statistic/war-detail/war-detail.component.ts index 98e9ac8..d6389c7 100644 --- a/static/src/app/statistic/war-detail/war-detail.component.ts +++ b/static/src/app/statistic/war-detail/war-detail.component.ts @@ -66,7 +66,6 @@ export class WarDetailComponent { this.fractionStatsInitialized = true; }); } - window.scrollTo({left: 0, top: 0, behavior: 'smooth'}); } /**