chore: bump tauri to 2.0.0-beta.14 (#1136)

* chore: bump tauri

* pin tauri, change file
This commit is contained in:
Lucas Fernandes Nogueira
2024-04-02 18:31:15 -03:00
committed by GitHub
parent c013fa52cd
commit 772f2bc349
5 changed files with 239 additions and 212 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
});
}
getCurrentWebview().onFileDropEvent((event) => {
getCurrentWebview().onDragDropEvent((event) => {
onMessage(`File drop: ${JSON.stringify(event.payload)}`);
});