Skip to content

Commit

Permalink
update windows drag and drop to working (#3039)
Browse files Browse the repository at this point in the history
* update windows drag and drop to working

* add pr to changelog
  • Loading branch information
PylotLight authored Nov 8, 2023
1 parent 385b1db commit 412c3a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs-website/shared/status.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build,:material-check-bold:,:material-check-bold:," "
clipboard,:material-check-bold:,:material-check-bold:,:material-check-bold:
context menus,:material-check-bold:,:material-check-bold:,:material-check-bold:
dialogs,:material-minus:,:material-check-bold:," "
drag-n-drop,:material-check-bold:,:material-close:," "
drag-n-drop,:material-check-bold:,:material-check-bold:," "
events,:material-check-bold:,:material-check-bold:," "
frameless,:material-check-bold:,:material-check-bold:," "
keybindings,:material-check-bold:,:material-check-bold:," "
Expand Down
2 changes: 2 additions & 0 deletions website/src/pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- AssetServer requests are now processed concurrently by spawning a goroutine per request. Changed by @stffabi in [PR](https://github.com/wailsapp/wails/pull/2926)
- Now building with `-devtools` flag doesn't enable the default context-menu. Changed by @mmghv in [PR](https://github.com/wailsapp/wails/pull/2923)
- Change Window Level. Changed by @almas1992 in [PR](https://github.com/wailsapp/wails/pull/2944)
- Set drag-n-drop for windows to working. Added by [@pylotlight](https://github.com/pylotlight) in [PR](https://github.com/wailsapp/wails/pull/3039)

#### Fixed

- Fixed typo on docs/reference/options page. Added by [@pylotlight](https://github.com/pylotlight) in [PR](https://github.com/wailsapp/wails/pull/2887)
Expand Down

0 comments on commit 412c3a5

Please sign in to comment.