Is there a way to allow a Window to be interacted ...
# compose-desktop
e
Is there a way to allow a Window to be interacted with while a Dialog is showing?
a
What kind of Dialog and what do you mean by interact?
e
What kind of Dialog
Copy code
androidx.compose.ui.window.Dialog
what do you mean by interact
Interact with components in the main window underneath it
a
I think not.
The current implementation is always modal.