mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-27 11:56:05 +02:00
chore(deps): update to tauri alpha.12 (#593)
This commit is contained in:
committed by
GitHub
parent
70e535abd5
commit
4e2cef9b70
@@ -83,7 +83,7 @@ pub fn init<R: Runtime>() -> TauriPlugin<R, Option<Config>> {
|
||||
.on_event(|app, event| {
|
||||
if let RunEvent::WindowEvent {
|
||||
label: _,
|
||||
event: WindowEvent::FileDrop(FileDropEvent::Dropped(paths)),
|
||||
event: WindowEvent::FileDrop(FileDropEvent::Dropped { paths, position: _ }),
|
||||
..
|
||||
} = event
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user