Nestable icon indicating copy to clipboard operation
Nestable copied to clipboard

Fixes repeated nestable-id

Open uniring opened this issue 12 years ago • 0 comments

Using Date.getTime() for generating unique ids is not a good approach and fails when creating multiple lists at once because they're created faster than in 1ms.

I've used the approach commented by James South in http://gan.so/DaAM to generate a unique ID for each Nestable instance.

uniring avatar Feb 20 '13 11:02 uniring