mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +02:00
chore: bump tauri to 2.0.0-beta.14 (#1136)
* chore: bump tauri * pin tauri, change file
This commit is contained in:
committed by
GitHub
parent
c013fa52cd
commit
772f2bc349
@@ -36,7 +36,7 @@
|
||||
});
|
||||
}
|
||||
|
||||
getCurrentWebview().onFileDropEvent((event) => {
|
||||
getCurrentWebview().onDragDropEvent((event) => {
|
||||
onMessage(`File drop: ${JSON.stringify(event.payload)}`);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user