Increase drag drop wait time

This commit is contained in:
the1812 2019-05-09 21:43:50 +08:00
parent 9b7d5b5a90
commit 496472b8bc
4 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
min/slip.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -110,7 +110,7 @@
*/
/* Modifications by Grant Howard (https://github.com/the1812):
- Removed all transitions style due to discontinuous animations.
- Change slip:beforewait time from 300 to 100.
- Change slip:beforewait time from 300 to 150.
*/
window['Slip'] = (function ()
@ -283,7 +283,7 @@ window['Slip'] = (function ()
this.setState(this.states.reorder);
}
}
}.bind(this), 100);
}.bind(this), 150);
}
return {