mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 20:12:48 +00:00
fix: 思维导图缩放后无法触发手指移动
This commit is contained in:
parent
83a501b69f
commit
4e8239377f
@ -142,7 +142,7 @@ services:
|
|||||||
|
|
||||||
minder:
|
minder:
|
||||||
container_name: "dootask-minder-${APP_ID}"
|
container_name: "dootask-minder-${APP_ID}"
|
||||||
image: "kuaifan/minder:0.1.1"
|
image: "kuaifan/minder:0.1.3"
|
||||||
networks:
|
networks:
|
||||||
extnetwork:
|
extnetwork:
|
||||||
ipv4_address: "${APP_IPPR}.10"
|
ipv4_address: "${APP_IPPR}.10"
|
||||||
|
|||||||
@ -267,6 +267,19 @@
|
|||||||
command,
|
command,
|
||||||
value
|
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) {
|
exportHandle(type, filename) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user