dragula
dragula copied to clipboard
:ok_hand: Drag and drop so simple it hurts
Hi contributers, canceling the dropping from within my code doesnt work because my code is waiting for a promise to resolve or reject. So I added: item['initialSibling']=_initialSibling to the drop...
How get access to the https://dragula.slack.com/ How get an invite?
Hello team, Already a big thank you for your project, I appreciate it very much! I would like to know if this repository is still maintained? For my project I...
Hi All! Thanks for a great kit! And all the hard work. We have a lib we are using from a third party that in turn uses dragula like many...
Currently, if dragging brings you to the edge of the viewport, the list will not scroll down. Ideally, it would be nice to have a feature similar to [the one...
> Hi team, I have a library using **dragula** and when we build our application, we get this warning below: _Warning: ...\node_modules\ng2-dragula\fesm2015\ng2-dragula.mjs depends on 'dragula'. CommonJS or AMD dependencies can...
I am building an Angular 7 app, and when i add a package` npm install dragula` and import this into the` pollyfills.ts `file i get this error: > index.js:2 Uncaught...
I've been working with the dragula js for quite some time now and it's very easy to use. I recently used it in a Tab layout and noticed that it...
This PR will close issue #691 based on [existing old PR](https://github.com/bevacqua/dragula/pull/406/files) & modified for current package version
We can hide shadow by CSS styling of `.gu-transit { display: none }` now. But this approach doesn't has good performance with complex layouts and large amount of drag containers,...