Byteclaw / visage

Visage design system
https://visage.design
MIT License
12 stars 3 forks source link

[CloseListenerManager] - should suspend the loop if the onClose handler is not resolved yet #590

Closed michalkvasnicak closed 3 years ago

michalkvasnicak commented 4 years ago

If you have 2 dialogs shown and onClose is fired, then each time you click outside it will fire onClose again and again. We need to wait for onClose to resolve