Fix kanban UI issues

This commit is contained in:
yflory
2019-12-12 16:09:07 +01:00
parent e169e02d94
commit 5f0244beb3
4 changed files with 7 additions and 3 deletions

View File

@@ -151,9 +151,6 @@
return handle.classList.contains('kanban-item');
},
accepts: function (el, target, source, sibling) {
if (sibling === null) {
return false;
}
if (self.options.readOnly) { return false; }
return true;
},