HubSpot / messenger

Growl-style alerts and messages for your app. #hubspot-open-source
http://github.hubspot.com/messenger/
MIT License
4.03k stars 408 forks source link

Set sticky message #122

Open grbatinic-bogdan opened 7 years ago

grbatinic-bogdan commented 7 years ago

Is it possible to set the message to stick on the screen? In my case I have a long async request running and my progress message disappears after couple of seconds.

Ideally it would stick until the request hits done/fail callbacks where I update the message object.