mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Add notes about how file drop is handled
This commit is contained in:
parent
2d31310650
commit
72c59b4665
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ Moving windows when their neighbors are resized via "double" or "shade" mode tog
|
|||
|
||||
## Dropping files
|
||||
|
||||
**TODO**
|
||||
Webamp allows you to drag files (media files, skins and `.eqf` equalizer presets) onto various windows to load them. This behavior is manged by the [`<DropTarget>`](../js/components/DropTarget.js) component. The component expects to be passed a `handleDrop` handler which will be called with the drop event, and also the `{x, y}` coordinates of the drop within the component. This is needed to allow us to insert dropped tracks at the correct place in the playlist.
|
||||
|
||||
[redux]: https://redux.js.org/
|
||||
[redux-thunk]: https://github.com/gaearon/redux-thunk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue