fix: 去除 重复国际化

This commit is contained in:
zhangyu
2022-06-21 14:17:46 +08:00
parent 0a6aa58ad3
commit a874bfa87b
35 changed files with 52 additions and 62 deletions

View File

@@ -374,17 +374,7 @@ const canvasOptions = {
autoExpandDistance: 0,
minScale: 0.2,
scaleKey: -1,
keydown (e) {
console.log(e)
// if (e.target.className === 'cm-content cm-lineWrapping' && e.keyCode === 8) {
// if (e & e.stopPropagation) {
// e.stopPropagation() // iie 6, 7, 8
// } else {
// window.event.cancleBubble = true
// }
// return false
// }
}
keydown: 1
}
export default {
name: 'topologyL5',