mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 19:58:46 +08:00
Update mode-spec.ts
This commit is contained in:
parent
311d65f6bb
commit
a760197fa9
@ -31,7 +31,7 @@ describe('Mode Controller', () => {
|
||||
height: 100,
|
||||
modes: {
|
||||
default: ['drag'],
|
||||
edit: ['canvans', 'zoom']
|
||||
edit: ['canvas', 'zoom']
|
||||
}
|
||||
}
|
||||
const graph: Graph = new Graph(cfg)
|
||||
@ -50,7 +50,7 @@ describe('Mode Controller', () => {
|
||||
height: 100,
|
||||
modes: {
|
||||
default: ['drag'],
|
||||
edit: ['canvans', 'zoom']
|
||||
edit: ['canvas', 'zoom']
|
||||
}
|
||||
}
|
||||
const graph: Graph = new Graph(cfg)
|
||||
|
Loading…
Reference in New Issue
Block a user