Commit ca948abf authored by Donald Cook's avatar Donald Cook

Added drag sensitivity tolerance to boards

parent 9c80c1a6
...@@ -4,4 +4,5 @@ export default { ...@@ -4,4 +4,5 @@ export default {
fallbackClass: 'is-dragging', fallbackClass: 'is-dragging',
fallbackOnBody: true, fallbackOnBody: true,
ghostClass: 'is-ghost', ghostClass: 'is-ghost',
fallbackTolerance: 1,
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment