mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
feat(modal): modals can now be used inline (#23341)
resolves #20117, resolves #20263
This commit is contained in:
@ -445,6 +445,9 @@ export const dismiss = async (
|
||||
|
||||
activeAnimations.delete(overlay);
|
||||
|
||||
// Make overlay hidden again in case it is being reused
|
||||
overlay.el.classList.add('overlay-hidden');
|
||||
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
}
|
||||
|
Reference in New Issue
Block a user