Blazored / Toast

A JavaScript free toast library for Blazor and Razor Component applications
https://blazored.github.io/Toast/
MIT License
663 stars 92 forks source link

Fix: Correctly passes timeout per toast instance #202

Closed Cvijo closed 1 year ago

Cvijo commented 1 year ago

This should fix bug when setting Timeout on the toast instance service.

BuildToastSettings was taking Timeout from the Global instance

chrissainty commented 1 year ago

@Cvijo I've just seen your latest push. Is that for the bug fix or for the pause while hovering? If it's the latter can you revert it. This PR should only deal with the bug fix for timeout.

Cvijo commented 1 year ago

i don't know how to revert :) :) first time i am pulling requests :)

Cvijo commented 1 year ago

this should be ok now?