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
for now, position is set during initiation of Notyf instance
is there a way to override it during a call ?
constnotyf=newNotyf({position: {x: 'center',y : 'top'}})// can we do this ? Or, would you please add this feature ? notyf.error({message: "Error!!",position: {x: 'center',y : 'bottom'}})
The text was updated successfully, but these errors were encountered:
for now, position is set during initiation of Notyf instance
is there a way to override it during a call ?
The text was updated successfully, but these errors were encountered: