d.potekhin
2/6/2018 - 2:33 PM

Mouse leaves Window

$("html").mouseleave(function(e){
  // console.log("mouseout",e,e.target);
  stopDrag();
});