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
@evergreen-trading-systems, thanks for reporting this.
But this is not a bug. New lines imply having \n character in your message to identify new lines, not dots (.).
So I'm closing this issue. Feel free to re-open it if you still find a way to reproduce it.
I am reopening. You say use \n but I did. I opened this issue expecting you to at least test it or point to a working example. \n does not work. Nothing sensible or intuitive works.
What you were expecting:
notify(`Hello mate. It time to go.`,{multiLine:true,type:"info",autoHideDuration:50000,undoable:true})
js to printWhat happened instead:
Hello mate. It time to go.
Steps to reproduce:
notify(`Hello mate. It time to go.`,{multiLine:true,type:"info",autoHideDuration:50000,undoable:true})
Environment
The text was updated successfully, but these errors were encountered: