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 >