Skip to content

Commit 4d081d9

Browse files
fix: Fix the issue of image enlargement in the paragraph
1 parent e71cf92 commit 4d081d9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ui/src/views/document/tag/TagDrawer.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ function getList() {
271271
}
272272
273273
const open = () => {
274+
filterText.value = ''
274275
debugVisible.value = true
275276
getList()
276277
}

ui/src/views/paragraph/component/ParagraphDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
destroy-on-close
88
:close-on-click-modal="false"
99
:close-on-press-escape="false"
10-
@click.stop
10+
append-to-body
1111
>
1212
<el-row v-loading="loading">
1313
<el-col :span="18">

0 commit comments

Comments
 (0)