Merge pull request #31787 from iamejaaz/30749-kanban-drag
fix: Kanban view link draggable issue
This commit is contained in:
commit
79815e57fa
1 changed files with 1 additions and 0 deletions
|
|
@ -590,6 +590,7 @@ frappe.provide("frappe.views");
|
|||
animation: 150,
|
||||
dataIdAttr: "data-name",
|
||||
forceFallback: true,
|
||||
fallbackTolerance: 20,
|
||||
onStart: function () {
|
||||
wrapper.find(".kanban-card.add-card").fadeOut(200, function () {
|
||||
wrapper.find(".kanban-cards").height("100vh");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue