vue-drag-it-dude icon indicating copy to clipboard operation
vue-drag-it-dude copied to clipboard

Vue2 component, that allows you to drag object wherever you want

Results 11 vue-drag-it-dude issues
Sort by recently updated
recently updated
newest added

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS b2a2117 2.1.2 e9ef3f1 Run...

dependencies

can I use this with vue-3 ? If yes then what changes I have to do ?

Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

This is not an issue but a question. Is there any way to enable/disable the drag and drop behaviour when a condition is met? Looking at the props, I imagine...

Is there some chance to set start position inside draggable element? top and left? When I set position absolute of inner element and set for example top: 20px left: 20px...

If you moved the cursor too quick then the element was getting dropped. Fixes #10 Before: ![before](https://user-images.githubusercontent.com/15172605/54090100-ffce6980-4346-11e9-9909-1a8984bcfd51.gif) After: ![after](https://user-images.githubusercontent.com/15172605/54090101-00670000-4347-11e9-814f-547712008aca.gif)

Can i get the left and top values somehow from my component in handleActivated, handleDragging and handleDropped functions?

When dragging the component, if the cursor come out of the box of component, he is dropped. There's a configuration to change this and only drop when mouse is not...