fix the all the e2e tests
This commit is contained in:
@@ -4,6 +4,7 @@ export default {
|
||||
flowProps: {
|
||||
fitView: true,
|
||||
multiSelectionKeyCode: 's',
|
||||
deleteKeyCode: 'd',
|
||||
nodes: [
|
||||
{
|
||||
id: '1',
|
||||
|
||||
@@ -3,6 +3,8 @@ import DragHandleNode from './components/DragHandleNode';
|
||||
export default {
|
||||
flowProps: {
|
||||
fitView: true,
|
||||
deleteKeyCode: 'd',
|
||||
multiSelectionKeyCode: 's',
|
||||
nodeTypes: {
|
||||
DragHandleNode,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user