Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dialog): fix nested dialog propagation problem #847

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

BaharYilmaz
Copy link
Contributor

This PR fixes the propagation issue during close in nested dialogs

Closes #342

@AykutSarac AykutSarac requested review from a team, Enes5519 and ogunb and removed request for a team April 29, 2024 08:14
@AykutSarac AykutSarac merged commit 8309185 into next Apr 29, 2024
7 checks passed
@AykutSarac AykutSarac deleted the fix/342-nested-dialog-propagation branch April 29, 2024 08:44
Copy link

🎉 This PR is included in version 3.0.0-beta.16 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ozkersemih
Copy link
Contributor

It is merged but i think this approach is not best solution because now i can not listen bl-dialog-close event like:

  window.addEventListener('bl-dialog-close',(e) => console.log(e));

Copy link

github-actions bot commented May 2, 2024

🎉 This PR is included in version 3.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bubbling and propagation problem in nested dialog
5 participants