mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Enhance Drag-N-Drop README with Internal Drag and Drop Info (#4869)
* Enhance README with internal drag and drop info Added details about internal drag and drop functionality. * Update UNRELEASED_CHANGE.md
This commit is contained in:
parent
be0e9bab9b
commit
897479d52b
2 changed files with 5 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ After processing, the content will be moved to the main changelog and this file
|
|||
<!-- New features, capabilities, or enhancements -->
|
||||
|
||||
## Changed
|
||||
<!-- Changes in existing functionality -->
|
||||
- Update the README for the `Drag N Drop` example and highlights that `Internal Drag and Drop` is demonstrated with the example @ndianabasi
|
||||
|
||||
## Fixed
|
||||
<!-- Bug fixes -->
|
||||
|
|
|
|||
|
|
@ -60,9 +60,11 @@ go run main.go
|
|||
|
||||
Then drag files from your desktop or file manager into the drop zone.
|
||||
|
||||
## See also
|
||||
## HTML5 Drag and Drop API
|
||||
|
||||
- [html-dnd-api](../html-dnd-api) - For dragging elements *within* your application (HTML5 Drag and Drop API)
|
||||
This example also includes a demonstration for dragging elements *within* your application via the HTML5 Drag and Drop API.
|
||||
|
||||
Scroll down to the `Internal Drag and Drop` section within the launched application to interact with the demo.
|
||||
|
||||
## Status
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue