I am a newbie on javascript and I am encountering the following problem, which I wasn\'t able to find in previous answers after searching multiple times (hope this is not a dupl
Could it be that your
.bind(this)
in
this._div.addEventListener('mousedown', onMouseDragDown.bind(this), false);
does not return the reference to the same function you are removing?