mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 16:11:38 +03:00
10 lines
352 B
Markdown
10 lines
352 B
Markdown
|
---
|
||
|
"tauri": patch
|
||
|
---
|
||
|
|
||
|
Window and global events can now be nested inside event handlers. They will run as soon
|
||
|
as the event handler closure is finished in the order they were called. Previously, calling
|
||
|
events inside an event handler would produce a deadlock.
|
||
|
|
||
|
Note: The order that event handlers are called when triggered is still non-deterministic.
|