From 27c24d7f9be40b6df129e60be3b712facf3a7862 Mon Sep 17 00:00:00 2001
From: Henrik Askjer <henrik.askjer@uib.no>
Date: Wed, 12 Jan 2022 09:49:10 +0100
Subject: [PATCH] remove sroll in details_click

---
 src/components/DictionaryView.vue | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue
index 3a0b9115..1a1aa516 100644
--- a/src/components/DictionaryView.vue
+++ b/src/components/DictionaryView.vue
@@ -499,9 +499,6 @@ export default {
     details_click: function(item) {
       this.article = item.article
       this.replace_history()
-      if (!this.$route.hash) {
-          window.scrollTo(0,0)
-      }
     },
     return_to_results: function() {
       this.article = null
-- 
GitLab