Closed murad1981 closed 7 months ago
Yeah, this was semi-intentional to prevent showing multiple windows at once, but I don't see a strong reason to keep it, especially if it prevents other flows like your.
Should be fixed in 3.6.1
yeah there are many cases in which a user needs it, thanks for the effort.
When I try to show
CustomAlert
when I press on a button from anotherCustomAlert
(both are in the sameSwiftUI
view), the secondCustomAlert
does not show up andXCode
logs this warning in the console:[Presentation] Attempt to present a window with key 'CustomAlert' while there is already a window with key 'CustomAlert' presented on the current window scene.