From a4414bcb94d229ef338c2625f29e05c7ef563e06 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 18 Nov 2022 16:38:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20?= =?UTF-8?q?=E4=BB=AA=E8=A1=A8=E6=9D=BF=E8=87=AA=E5=8A=A8=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E6=97=B6=E6=B8=85=E7=90=86=E8=81=94=E5=8A=A8=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/canvas/components/editor/Preview.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/components/canvas/components/editor/Preview.vue b/frontend/src/components/canvas/components/editor/Preview.vue index 770930e288..15a5186b6e 100644 --- a/frontend/src/components/canvas/components/editor/Preview.vue +++ b/frontend/src/components/canvas/components/editor/Preview.vue @@ -501,10 +501,15 @@ export default { } } this.timer = setInterval(() => { + this.clearAllLinkage() this.searchCount++ }, refreshTime) } }, + clearAllLinkage() { + this.$store.commit('clearPanelLinkageInfo') + bus.$emit('clear_panel_linkage', { viewId: 'all' }) + }, changeStyleWithScale, getStyle, restore() {