Cormac Relf
Cormac Relf
Do make sure you’re on v2.0.2. If you looked at closed issues like you confirmed, you would find a couple of issues like this.
Sorry, would need a Stackblitz exhibiting the behaviour to work out if this is a bug or not.
Well, you do know the group's name. You defined it. Define it differently, in a way that is tied to the ID, and initialize the group first.
You know the pattern, you just posted it in a GitHub issue. Write some code to add a group to Dragula whenever the user does the action that would cause...
https://github.com/cormacrelf/dragula-touch-demo
@LorediBega I can't even reproduce the mouse wheel thing. I can scroll with wheel just fine while dragging anything, on every instance of Dragula I can find. I'm not sure...
@tatsujb probably. Figure it out yourself by reading the dom-autoscroller docs.
Sure, there could be more checks, in which case you wouldn't put them in just one branch of the if. But are you sure you're not just passing in a...
Maybe start with a stackblitz (there's a link in the bug report issue template). If you wanted to test for it, then the existing ones for DragulaService are decent as...
It would be quite similar to this one https://github.com/valor-software/ng2-dragula/blob/master/modules/ng2-dragula/src/spec/dragula.service.spec.ts#L172-L197