Open
Description
Steps to reproduce:
Open a file dialog
Whilst in a file dialog, open a message dialogue, for example, via a keyboard shortcut. I tested with the "Quit" global menu event and the command-q keyboard shortcut.
Close the file dialog. The file dialog will close and the message dialog will appear.
Close the message dialog. The file dialog will then re-appear and become unresponsive.
Tested on MacOS 14.3.1 and 14.4
name = "tauri-plugin-dialog"
version = "2.0.0-beta.3"
name = "tauri"
version = "2.0.0-beta.13"
Tested with file dialog called from both JS and Rust, with the message dialog called from rust.