Meshz
Meshz
Hi, did you resolve this problem or did any of you find a workaround?
Hello, As I had many problems with this bug, I tweaked your package by adding an _initTime_ to each toast (timestamp divided by 100 and rounded for precision purposes): `this.toast.initTime...
Basically, my fix is explained in my previous post. But here is what I did for now in `vue-snotify.esm.js` (kinda ugly but it works). HTH! ``` // --- Line 323...
Same problem here. After some tests, it seems that the limit is not based on the number of lines but on the number of characters, which is 65536. Anyone to...