If anyone else is experiencing the below issue wit...
# compose-desktop
g
If anyone else is experiencing the below issue with dialog windows where they freeze their parent window on exit, I have a workaround here. At that link, take a look at the first view function and watch what the disabled parameter does with the Overlay composable. The Overlay composable is defined at the bottom of the same file. This solution puts a gray overlay over the window that does not allow clicks, then instead of opening a Dialog window you can open a normal window over the current one. https://github.com/JetBrains/compose-jb/issues/345