From 4e8239377f75bb60bd1c59f4265ec0eddbf355a9 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Thu, 9 Nov 2023 00:32:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=80=9D=E7=BB=B4=E5=AF=BC=E5=9B=BE?= =?UTF-8?q?=E7=BC=A9=E6=94=BE=E5=90=8E=E6=97=A0=E6=B3=95=E8=A7=A6=E5=8F=91?= =?UTF-8?q?=E6=89=8B=E6=8C=87=E7=A7=BB=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- resources/assets/js/components/Minder.vue | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 350386244..619dbb25b 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -142,7 +142,7 @@ services: minder: container_name: "dootask-minder-${APP_ID}" - image: "kuaifan/minder:0.1.1" + image: "kuaifan/minder:0.1.3" networks: extnetwork: ipv4_address: "${APP_IPPR}.10" diff --git a/resources/assets/js/components/Minder.vue b/resources/assets/js/components/Minder.vue index 18d336d31..c030af73f 100644 --- a/resources/assets/js/components/Minder.vue +++ b/resources/assets/js/components/Minder.vue @@ -267,6 +267,19 @@ command, value }) + if (command === 'goCenter' || command === 'removeAllSelected') { + return + } + setTimeout(_ => { + if (this.isHand) { + this.$refs.frame.postMessage({ + app: 'minder', + action: 'commandAlways', + command: 'Hand', + value + }) + } + }, 300) }, exportHandle(type, filename) {