xiaoluoboding / vue-sonner

🔔 An opinionated toast component for Vue.
https://vue-sonner.robertshaw.id
MIT License
889 stars 46 forks source link

Toasts with action `freeze` when you hit fast on the action buttons #39

Closed sadeghbarati closed 9 months ago

sadeghbarati commented 9 months ago

In addition to freezing, toast with close actions will removed instantly without animation

https://github.com/radix-vue/shadcn-vue/assets/17789047/71133b00-edd1-4359-b75a-bd5025482083

xiaoluoboding commented 9 months ago

I found that this bug is caused by a hierarchical issue, which results in the action button being unclickable.

fixed on the new release v1.0.3

sadeghbarati commented 9 months ago

@xiaoluoboding

I think we still have issues with


I didn't notice this 👇

image