From 4d081d9fd006a090c7393dbb9bedb280a31880a4 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Thu, 23 Oct 2025 16:20:54 +0800 Subject: [PATCH] fix: Fix the issue of image enlargement in the paragraph --- ui/src/views/document/tag/TagDrawer.vue | 1 + ui/src/views/paragraph/component/ParagraphDialog.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/views/document/tag/TagDrawer.vue b/ui/src/views/document/tag/TagDrawer.vue index fd8c79ea5..cb39d75e2 100644 --- a/ui/src/views/document/tag/TagDrawer.vue +++ b/ui/src/views/document/tag/TagDrawer.vue @@ -271,6 +271,7 @@ function getList() { } const open = () => { + filterText.value = '' debugVisible.value = true getList() } diff --git a/ui/src/views/paragraph/component/ParagraphDialog.vue b/ui/src/views/paragraph/component/ParagraphDialog.vue index c068c9924..48fca0333 100644 --- a/ui/src/views/paragraph/component/ParagraphDialog.vue +++ b/ui/src/views/paragraph/component/ParagraphDialog.vue @@ -7,7 +7,7 @@ destroy-on-close :close-on-click-modal="false" :close-on-press-escape="false" - @click.stop + append-to-body >