From e124a8815104fb2fe98d2620a1555f9411d0efa6 Mon Sep 17 00:00:00 2001 From: "Henrik.Askjer" <henrik.askjer@uib.no> Date: Mon, 30 Aug 2021 11:40:56 +0200 Subject: [PATCH] Edit comment --- src/components/DictionaryView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue index 7a30a81d..1418f1c9 100644 --- a/src/components/DictionaryView.vue +++ b/src/components/DictionaryView.vue @@ -209,7 +209,7 @@ export default { this.article = null this.error = null history.replaceState({article: this.article, search_results: this.search_results, lang: this.lang, error: this.error}, '') - // Attempt at fixing issue with page not updating + // Attempt at fixing issue with articles not loading navigate_to_word(this, event.match) this.$plausible.trackEvent('dropdown selection', {props: {query: event.label, match: event.match}}) }else{ -- GitLab