diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index 8e4648038..a6eb78f10 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -19,7 +19,7 @@ After processing, the content will be moved to the main changelog and this file ## Changed - +- Update the README for the `Drag N Drop` example and highlights that `Internal Drag and Drop` is demonstrated with the example @ndianabasi ## Fixed diff --git a/v3/examples/drag-n-drop/README.md b/v3/examples/drag-n-drop/README.md index d1a4bfb31..a2cde8844 100644 --- a/v3/examples/drag-n-drop/README.md +++ b/v3/examples/drag-n-drop/README.md @@ -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