You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The position attribute on the call makes it feel like it can be placed at different position. But when I make a call, it seems the first position wins and all future toast are put at the same place.
Is this intentional or a bug?
If intentional, it seems like it would be better served to have a $.toast.init({...}) function.
The text was updated successfully, but these errors were encountered:
This bug still exists. First call position over rules next call position. Any fix ideas other than to $.toast().reset('all'); before calling the next toast?
The
position
attribute on the call makes it feel like it can be placed at different position. But when I make a call, it seems the firstposition
wins and all future toast are put at the same place.Is this intentional or a bug?
If intentional, it seems like it would be better served to have a
$.toast.init({...})
function.The text was updated successfully, but these errors were encountered: