Is there a way to make the notifications disappear on a click, not just with a timeout?
jergason opened this issue · 4 comments
Maybe I missed this in the docs, but I didn't see a way to make the notifications disappear on a click directly on the notification, instead of just on any mouse movement.
there isn't away to do that currently, right now you can either have the notifications clear after the timeout and additionally (after timeout + mouse movement), but interesting idea... i like it
I think it is a pretty common use-case for notifications, so it would
be awesome if this existed. I may dive in to the code to see how hard
it would be to add it in.
On Fri, Dec 2, 2011 at 11:12 AM, Marc Harter
reply@reply.github.com
wrote:
there isn't away to do that currently, right now you can either have the notifications clear after the timeout and additionally (after timeout + mouse movement), but interesting idea... i like it
Reply to this email directly or view it on GitHub:
#12 (comment)
I added a click to close option, viewable on the demo page.
Sweet!
On Fri, Dec 2, 2011 at 12:41 PM, Marc Harter
reply@reply.github.com
wrote:
I added a click to close option, viewable on the demo page.
Reply to this email directly or view it on GitHub:
#12 (comment)