svelte-toasts icon indicating copy to clipboard operation
svelte-toasts copied to clipboard

Fix not being able to make more toasts at the same time.

Open gamecraftCZ opened this issue 1 year ago • 0 comments

Creating more toasts at the same time didn't work because uid of them was the same (Date.now()).
I have changed it to be a counter, so it is still unique, but not dependent on when called.

gamecraftCZ avatar Oct 20 '23 20:10 gamecraftCZ