mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(range): Clicking Line For Range Causes Drag Button To Follow Mouse, close #779
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user