* Fix bug#33386.

This commit is contained in:
qixinzhi
2023-04-19 07:42:36 +00:00
parent cd2c399484
commit e90cf399c7
+1
View File
@@ -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)