aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/app.component.ts')
-rw-r--r--client/src/app/app.component.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts
index 494cd9ea6..fc4d6c6a2 100644
--- a/client/src/app/app.component.ts
+++ b/client/src/app/app.component.ts
@@ -115,7 +115,6 @@ export class AppComponent implements OnInit {
115 } 115 }
116 116
117 toggleMenu () { 117 toggleMenu () {
118 window.scrollTo(0, 0)
119 this.isMenuDisplayed = !this.isMenuDisplayed 118 this.isMenuDisplayed = !this.isMenuDisplayed
120 } 119 }
121} 120}