ie8이하에서 마우스 드래그 안되던 문제 수정
This commit is contained in:
@ -33,7 +33,6 @@ $(function(){
|
||||
|
||||
if(oldX != e.pageX || oldY != e.pageY) {
|
||||
mouse_event = true;
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user