vue-final / vue-final-modal

🍕Vue Final Modal is a tiny, renderless, mobile-friendly, feature-rich modal component for Vue.js.
https://vue-final-modal.org
MIT License
862 stars 95 forks source link

Toast removes the overlay #405

Closed mdominiak2 closed 7 months ago

mdominiak2 commented 7 months ago

Version

vue-final-modal: 4.4.6 vue: 3 nuxt: 3.1.0

OS

Windows

Reproduction Link

https://stackblitz.com/edit/github-zz9sxc?file=pages%2Findex.vue

Steps to reproduce

  1. Open modal
  2. Click Open toast

What is Expected?

Toast is shown over the overlay

What is actually happening?

Overlay disappear

hunterliu1003 commented 7 months ago

@mdominiak2 Please upgrade to v4.5.0 The bug is fixed. Here is an example: https://stackblitz.com/edit/github-zz9sxc-6r4lnn?file=package.json