mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 12:02:51 +00:00
fix: 思维导图缩放后无法触发手指移动
This commit is contained in:
parent
83a501b69f
commit
4e8239377f
@ -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"
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user