angular-toastr
angular-toastr copied to clipboard
How set property 'extendedTimeOut' on the highest integer value
Hi there!
Could you please provide me an information how I set the property 'extendedTimeOut' on the highest possible integer value. I have tried to set on: Math.pow(2, 53) , Number.MAX_SAFE_INTEGER Number.MAX_VALUE;
but at any time I try mouse over notification it is being disappeared.
My wish is to have an error notification for a while.
Thanks!
So still timeout but not hover "effect"?