From e90cf399c7f7585345635f3e0f5e7e2dfa2a1c55 Mon Sep 17 00:00:00 2001 From: qixinzhi Date: Wed, 19 Apr 2023 07:42:36 +0000 Subject: [PATCH] * Fix bug#33386. --- module/screen/js/view.js | 1 + 1 file changed, 1 insertion(+) diff --git a/module/screen/js/view.js b/module/screen/js/view.js index d952e62a75..0b1545de31 100644 --- a/module/screen/js/view.js +++ b/module/screen/js/view.js @@ -27,3 +27,4 @@ self["MonacoEnvironment"] = (function(paths) { location.hash = '#/chart/preview/' + screen.id; window.chartData = screen.chartData; +window.location.replace(window.location.href.toString().replace(window.location.hash, '')+'#/chart/preview/' + screen.id)