Merge pull request #31787 from iamejaaz/30749-kanban-drag

fix: Kanban view link draggable issue
This commit is contained in:
Ejaaz Khan 2025-03-18 17:13:39 +05:30 committed by GitHub
commit 79815e57fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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");