I have a (rather simple) question: How to \"un-call\" force.drag on a selection made by D3.js? Let\'s say I created a set of elements and called \"call\" on it, giving it th
This line somehow it's not mobile compatible (chrome/android)
d3.select('rect#no-drag').on('mousedown.drag', null);