提交 e294ab98 编写于 作者: O Owen Mills

fix deepscan issue

上级 593235d1
......@@ -235,7 +235,7 @@ let dragEl,
insideHorizontally = x >= (rect.left - threshold) && x <= (rect.right + threshold),
insideVertically = y >= (rect.top - threshold) && y <= (rect.bottom + threshold);
if (threshold && insideHorizontally && insideVertically) {
if (insideHorizontally && insideVertically) {
return (ret = sortable);
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册