tauri-apps / tauri

Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
https://tauri.app
Apache License 2.0
85.39k stars 2.58k forks source link

docs: fix typos in drag&drop event.payload #11620

Closed Uninen closed 2 weeks ago

Uninen commented 2 weeks ago

Noticed that the JSDoc examples of onDragDropEvent had a typo that was a bit confusing as the event payload type is 'over' but the example code talks about hovering.

Fixed 'hover' -> 'over' in two places in the docs.

Screenshot 2024-11-08 at 3 31 51
github-actions[bot] commented 2 weeks ago

Package Changes Through 6cf2211d74a7c2eef507a72ce00ee48a101c3bf9

There are 9 changes which include tauri-utils with minor, tauri with minor, @tauri-apps/api with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-bundler with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri-macros with patch

Planned Package Versions The following package releases are the planned based on the context of changes in this pull request. | package | current | next | |----|----|----| | @tauri-apps/api | 2.0.3 | 2.1.0 | tauri-utils | 2.0.2 | 2.1.0 | tauri-bundler | 2.0.4 | 2.1.0 | tauri-runtime | 2.1.1 | 2.2.0 | tauri-runtime-wry | 2.1.2 | 2.2.0 | tauri-codegen | 2.0.2 | 2.0.3 | tauri-macros | 2.0.2 | 2.0.3 | tauri-plugin | 2.0.2 | 2.0.3 | tauri-build | 2.0.2 | 2.0.3 | tauri | 2.0.6 | 2.1.0 | @tauri-apps/cli | 2.0.4 | 2.1.0 | tauri-cli | 2.0.4 | 2.1.0 |

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

Legend-Master commented 2 weeks ago

Thanks