From 0dc5caaf6558f91f965217ba8cd22246a8062f82 Mon Sep 17 00:00:00 2001 From: ivan1548 <47206132+ivan1548@users.noreply.github.com> Date: Fri, 1 Mar 2019 16:12:52 -0800 Subject: [PATCH] Hide loading view after clicking on back button (#226) --- src/js/templates.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/templates.js b/src/js/templates.js index 64b7f88de..8677384a8 100644 --- a/src/js/templates.js +++ b/src/js/templates.js @@ -645,6 +645,7 @@ let backButtonView = new Vue({ const isSearch = this.lastView.$options.el === "#searchView"; hideViews(); + loadingView.seen = false; // Check if lastView was search if(isSearch) {