From 9bc4c3201c011e06ea332e7d4250defda9627376 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Fri, 14 Oct 2022 17:20:48 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20location.reload=20=D0=B4=D0=BB=D1=8F=20=D1=84=D1=80?= =?UTF-8?q?=D0=B5=D0=B9=D0=BC=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/ExternalLibs/ExternalLibs.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/ExternalLibs/ExternalLibs.vue b/client/components/ExternalLibs/ExternalLibs.vue index aa2ddf7f..59ad9c3a 100644 --- a/client/components/ExternalLibs/ExternalLibs.vue +++ b/client/components/ExternalLibs/ExternalLibs.vue @@ -576,6 +576,7 @@ class ExternalLibs { this.frameVisible = true; this.$nextTick(() => { if (this.$refs.frame) { + this.$refs.frame.contentWindow.location.reload(true); this.$refs.frame.contentWindow.focus(); this.frameResize(); }