Skip to content

Commit

Permalink
Merge branch 'dev' into chore/restructure-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Aug 27, 2024
2 parents 40e30a0 + c85bb0f commit 03b24a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/webview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ class Webview {
*
* @example
* ```typescript
* import { getCurrent } from "@tauri-apps/api/webview";
* import { getCurrentWebview } from "@tauri-apps/api/webview";
* const unlisten = await getCurrentWebview().onDragDropEvent((event) => {
* if (event.payload.type === 'hover') {
* console.log('User hovering', event.payload.paths);
Expand Down

0 comments on commit 03b24a7

Please sign in to comment.