test(svelte): nodeDragThreshold=0 for node tests

This commit is contained in:
moklick
2024-05-02 17:29:53 +02:00
parent 9984dd39a2
commit e1ef45666a

View File

@@ -3,6 +3,7 @@ import DragHandleNode from './components/DragHandleNode.svelte';
export default {
flowProps: {
fitView: true,
nodeDragThreshold: 0,
nodeTypes: {
DragHandleNode
},