From 3e7f3af63c01e39577bdc548d0dc81e83020df78 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Mon, 30 Aug 2021 21:55:08 -0400 Subject: Fix history replacement issue (#1917) * Remove unused "history" field of event details * Change setContent history parameter to historyMode --- ext/js/app/frontend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/js/app') diff --git a/ext/js/app/frontend.js b/ext/js/app/frontend.js index 1c6def06..ef53cecb 100644 --- a/ext/js/app/frontend.js +++ b/ext/js/app/frontend.js @@ -515,7 +515,7 @@ class Frontend { const {url} = optionsContext; const details = { focus, - history: false, + historyMode: 'clear', params: { type, query, -- cgit v1.2.3