Skip to content

v1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jan 14:24
  • 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 a preventDefault call in the part of your code which handles the dragover event. |