fix(range): Clicking Line For Range Causes Drag Button To Follow Mouse, close #779

This commit is contained in:
Adam Bradley
2014-03-19 10:26:07 -05:00
parent 295fde8a68
commit 26c8f304e7

View File

@@ -7,7 +7,7 @@
var ele = target.control || target;
if(ele.disabled || ele.type === 'file') return;
if(ele.disabled || ele.type === 'file' || ele.type === 'range') return;
console.debug('tapElement', ele.tagName, ele.className);