summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkEmbedCodeGenDialog.vue
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-03-20 16:07:52 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-03-20 16:07:52 +0900
commit7f534a41a65ec93a0eafd02796b782309b3d0702 (patch)
tree56a7ba9d8fd48be173b4496db6dbd8f384dc7a81 /packages/frontend/src/components/MkEmbedCodeGenDialog.vue
parentUpdate eslint.config.js (diff)
downloadsharkey-7f534a41a65ec93a0eafd02796b782309b3d0702.tar.gz
sharkey-7f534a41a65ec93a0eafd02796b782309b3d0702.tar.bz2
sharkey-7f534a41a65ec93a0eafd02796b782309b3d0702.zip
fix lint
Diffstat (limited to 'packages/frontend/src/components/MkEmbedCodeGenDialog.vue')
-rw-r--r--packages/frontend/src/components/MkEmbedCodeGenDialog.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkEmbedCodeGenDialog.vue b/packages/frontend/src/components/MkEmbedCodeGenDialog.vue
index a4e9547f90..d18fe0ed0c 100644
--- a/packages/frontend/src/components/MkEmbedCodeGenDialog.vue
+++ b/packages/frontend/src/components/MkEmbedCodeGenDialog.vue
@@ -180,7 +180,7 @@ function applyToPreview() {
nextTick(() => {
if (currentPreviewUrl === embedPreviewUrl.value) {
// URLが変わらなくてもリロード
- iframeEl.value?.contentWindow?.location.reload();
+ iframeEl.value?.contentWindow?.window.location.reload();
}
});
}