neodrag icon indicating copy to clipboard operation
neodrag copied to clipboard

data-neodrag-count

Open PuruVJ opened this issue 2 years ago • 2 comments

Append a data-neodrag-count on the root node. This will be the number of times the thing has been dragged.

Also expose this in events? 🤔

PuruVJ avatar Nov 15 '22 07:11 PuruVJ

What would be the usecase for this?

houtan-rocky avatar Apr 20 '24 17:04 houtan-rocky

Could be useful for tests I reckon. Won't be hard to do, just count++ in dragStart, slap it to data.neodrag-count and we're good to go

PuruVJ avatar Apr 20 '24 17:04 PuruVJ