Jean-Baptiste

Results 2 comments of Jean-Baptiste

Hi, I faced the same issue here. I'm guessing you are using the 1.4.0 version of the gem ? Just wanted to highlight the fact that the issue isn't reproductible...

I have come up with a quick & dirty fix that works for me on Chrome / FF / Safari : `container.addEventListener('mousedown', function(evt) {` ` evt.preventDefault();` ` evt.stopPropagation();` ` return...