Skip to content
Snippets Groups Projects
Commit 4e2b4eb0 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

prevent error message from jumping

parent 87c966f1
No related branches found
No related tags found
No related merge requests found
...@@ -170,6 +170,7 @@ function load_articles(self, query, offset, n, dict) { ...@@ -170,6 +170,7 @@ function load_articles(self, query, offset, n, dict) {
function navigate_to_query(self, word) { function navigate_to_query(self, word) {
self.error = null
self.waiting_for_articles = true self.waiting_for_articles = true
let query = self.event ? self.event : {match: word} let query = self.event ? self.event : {match: word}
self.query = query self.query = query
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment