notifyjs icon indicating copy to clipboard operation
notifyjs copied to clipboard

how to prevent more than one notification at a time?

Open ap1011 opened this issue 9 years ago • 1 comments

is there a way to prevent stacked notifications so in the event more than one notification was triggered, the new notification replaces the old?

ap1011 avatar Apr 29 '16 16:04 ap1011

You could trigger a hide on all notifications before showing the next one $('.notifyjs-container').trigger('notify-hide');

jpillora avatar Jul 15 '16 03:07 jpillora