pndewit
pndewit
Using your example project: https://github.com/michaelmalonenz/aurelia-dragula-example 1) Add a breakpoint, console log, or anything else to notify you (that it has been triggered) on line 32 in `welcome.js` (so just inside...
I noticed that with every drop any where, the drag-end callback function is called twice. The first time before the drop event with the correct `(item, itemVM)` data, the second...
Using your example project: https://github.com/michaelmalonenz/aurelia-dragula-example 1) Add a breakpoint, console log, or anything else to notify you (that it has been triggered) on line 32 in `welcome.js` (so just inside...
**I'm submitting a feature request** I am not really sure if this is the right project to submit this request in, but I didn't know which one to put it...
Hi, I noticed you recently added the optional `@rollup/rollup-linux-x64-gnu` package in the `optionalDependencies`. I am now wondering if you really need this entry or if it can be moved to...