未验证 提交 4235f3a6 编写于 作者: O owen-m1 提交者: GitHub

Merge pull request #1333 from Sapphire2k/master

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