未验证 提交 584f5e52 编写于 作者: F Flame2057 提交者: GitHub

Return if over el

上级 7bb73f46
......@@ -744,6 +744,8 @@
moved = true;
target = evt.target == el ? evt.target : _closest(evt.target, options.draggable, el);
if (target === el) return;
if (activeSortable && !options.disabled &&
(isOwner
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册