From d3d92a6e7091f71c4cca8c4dcefcb1bffa8281f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=97=E8=A7=92=E5=B0=8F=E6=9E=97?= <1013335014@qq.com> Date: Tue, 7 May 2024 18:59:53 +0800 Subject: [PATCH] =?UTF-8?q?Demo=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=A4=87?= =?UTF-8?q?=E6=B3=A8=E6=B5=AE=E5=B1=82=E6=98=BE=E7=A4=BA=E6=97=B6=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E6=94=B6=E8=B5=B7=E6=8C=89=E9=92=AE=E6=94=B6=E8=B5=B7?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E5=90=8E=EF=BC=8C=E5=A4=87=E6=B3=A8=E6=B5=AE?= =?UTF-8?q?=E5=B1=82=E6=9C=AA=E6=B6=88=E5=A4=B1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/pages/Edit/components/NodeNoteContentShow.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/pages/Edit/components/NodeNoteContentShow.vue b/web/src/pages/Edit/components/NodeNoteContentShow.vue index ac5cdf21..91bac25e 100644 --- a/web/src/pages/Edit/components/NodeNoteContentShow.vue +++ b/web/src/pages/Edit/components/NodeNoteContentShow.vue @@ -39,6 +39,7 @@ export default { this.$bus.$on('scale', this.onScale) this.$bus.$on('translate', this.onScale) this.$bus.$on('svg_mousedown', this.hideNoteContent) + this.$bus.$on('expand_btn_click', this.hideNoteContent) }, mounted() { this.initEditor() @@ -51,6 +52,7 @@ export default { this.$bus.$off('scale', this.onScale) this.$bus.$off('translate', this.onScale) this.$bus.$off('svg_mousedown', this.hideNoteContent) + this.$bus.$off('expand_btn_click', this.hideNoteContent) }, methods: { // 显示备注浮层