提交 4024d322 编写于 作者: Z Zoe

* fix about droppable

上级 b167bcf0
......@@ -154,7 +154,7 @@
if($newTarget) {
isIn = true;
var id = $newTarget.data('id');
if($ele.data('id') != id) isSelf = false;
if($ele.data('id') != id || $ele.closest('.kanban-lane').data('id') != $newTarget.closest('.kanban-lane').data('id')) isSelf = false;
if($target === null || ($target.data('id') !== id && (!isSelf))) isNew = true;
$target = $newTarget;
if(flex) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册