mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-13 18:50:20 +02:00
feat: update to tauri beta.24 (#1537)
* feat: update to tauri beta.24 * remove .tauri * pnpm build
This commit is contained in:
@@ -110,7 +110,7 @@ pub fn init<R: Runtime>() -> TauriPlugin<R, Option<config::Config>> {
|
||||
.on_event(|app, event| {
|
||||
if let RunEvent::WindowEvent {
|
||||
label: _,
|
||||
event: WindowEvent::DragDrop(DragDropEvent::Dropped { paths, position: _ }),
|
||||
event: WindowEvent::DragDrop(DragDropEvent::Drop { paths, position: _ }),
|
||||
..
|
||||
} = event
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user