mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
fix fs plugin
This commit is contained in:
@@ -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, .. }),
|
||||
..
|
||||
} = event
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user