v1.4.0
- Add option to call
preventDefault
on all events including ones that are debounced. For example. to ensure that the drop event always fires as expected, you should always include apreventDefault
call in the part of your code which handles the dragover event. |