notifier icon indicating copy to clipboard operation
notifier copied to clipboard

Messages are being closed no matter I set the timeout to 0

Open intellisoftwaremx opened this issue 9 months ago • 0 comments

I use the folloging code to show a notification.

notifier.show('Satisfactorio', mensaje, 'success', '/backend/assets/images/notifier/success.png', 0);

Because I don't want it to be closed automatically. But, it closes automatically anyway.

Any clue?

intellisoftwaremx avatar May 31 '25 22:05 intellisoftwaremx