Skip to content

Commit 58525c6

Browse files
authored
fix: typo 'fly-back' in <HTML Drag and Drop API> (mdn#43344)
1 parent 0e78c14 commit 58525c6

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/api/html_drag_and_drop_api

1 file changed

+1
-1
lines changed

files/en-us/web/api/html_drag_and_drop_api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ For more information, read [Working with the drag data store](/en-US/docs/Web/AP
106106

107107
### Drop target
108108

109-
A _drop target_ is an element on which a user can drop a dragged item. By default, most elements are not drop targets, and if you release the drag, a "fly-black" animation displays, indicating that the drag and drop failed. Any element can become a drop target by canceling the {{domxref("HTMLElement.dragover_event","dragover")}} event that fires on it with `preventDefault()`.
109+
A _drop target_ is an element on which a user can drop a dragged item. By default, most elements are not drop targets, and if you release the drag, a "fly-back" animation displays, indicating that the drag and drop failed. Any element can become a drop target by canceling the {{domxref("HTMLElement.dragover_event","dragover")}} event that fires on it with `preventDefault()`.
110110

111111
The {{domxref("HTMLElement/drop_event", "drop")}} event only fires on drop targets, and it is the only time you can read the drag data store.
112112

0 commit comments

Comments
 (0)