artDialog icon indicating copy to clipboard operation
artDialog copied to clipboard

'createTouch' in document 在PC端也是返回true, 导致PC拖拽功能BUG

Open sknightq opened this issue 7 years ago • 0 comments

'createTouch' in document 在PC端也是返回true, 导致PC拖拽功能BUG drag.js中的第17行应该改为 var isTouch = 'createTouch' in document && !('onmousemove' in document);

sknightq avatar May 04 '17 09:05 sknightq