Fix adding new scanning inputs not working (#808)
This commit is contained in:
parent
f168efb69c
commit
0c2f0aa4eb
@ -93,7 +93,11 @@ class ScanInputsController {
|
|||||||
path: 'scanning.inputs',
|
path: 'scanning.inputs',
|
||||||
start: index,
|
start: index,
|
||||||
deleteCount: 0,
|
deleteCount: 0,
|
||||||
items: [{include, exclude}]
|
items: [{
|
||||||
|
include,
|
||||||
|
exclude,
|
||||||
|
types: {mouse: true, touch: false, pen: false}
|
||||||
|
}]
|
||||||
}]);
|
}]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user