mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-02 13:41:49 +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
@@ -15,7 +15,7 @@ use tauri::{
|
||||
ipc::ScopeObject,
|
||||
plugin::{Builder as PluginBuilder, TauriPlugin},
|
||||
utils::acl::Value,
|
||||
AppHandle, FileDropEvent, Manager, RunEvent, Runtime, WindowEvent,
|
||||
AppHandle, DragDropEvent, Manager, RunEvent, Runtime, WindowEvent,
|
||||
};
|
||||
|
||||
mod commands;
|
||||
@@ -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::FileDrop(FileDropEvent::Dropped { paths, position: _ }),
|
||||
event: WindowEvent::DragDrop(DragDropEvent::Dropped { paths, position: _ }),
|
||||
..
|
||||
} = event
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user