提交 93b99122 编写于 作者: O owen-m1

undo 1d2beb51 bc detects touch on PC

上级 073a5745
......@@ -580,8 +580,8 @@
},
_triggerDragStart: function (/** Event */evt, /** Touch */touch) {
var touchType = evt && (evt.pointerType == 'touch' || evt.type == 'pointerDown' || evt.type == 'pointerdown')
touch = touch || (touchType ? evt : null);
touch = touch || (evt.pointerType == 'touch' ? evt : null);
if (touch) {
// Touch device support
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册