mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
fix bug preventing kanban board movement
This commit is contained in:
parent
d6db1948e8
commit
6c4fa5fbef
@ -254,7 +254,7 @@ define([
|
||||
accepts: function (el, target, source, sibling) {
|
||||
if (self.options.readOnly) { return false; }
|
||||
if (sibling && sibling.getAttribute('id') === "kanban-addboard") { return false; }
|
||||
return target.classList.contains('kanban-container') ||
|
||||
return target.classList.contains('kanban-boards-container') ||
|
||||
target.classList.contains('kanban-trash');
|
||||
},
|
||||
revertOnSpill: true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user