mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix(tauri) event api not working (#301)
This commit is contained in:
committed by
GitHub
parent
db1a4ca0b8
commit
7df066ca67
@@ -145,8 +145,8 @@ fn init() -> TauriResult<String> {
|
||||
}}
|
||||
",
|
||||
fn = crate::event::emit_function_name(),
|
||||
queue = crate::event::event_listeners_object_name(),
|
||||
listeners = crate::event::event_queue_object_name(),
|
||||
queue = crate::event::event_queue_object_name(),
|
||||
listeners = crate::event::event_listeners_object_name()
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user