mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 19:39:26 +01:00
For nested droppables, make children greedy to consume the action
This commit is contained in:
parent
4995e1fa08
commit
51161e8ddd
@ -374,7 +374,9 @@ function egwDropActionImplementation()
|
|||||||
},
|
},
|
||||||
"tolerance": "pointer",
|
"tolerance": "pointer",
|
||||||
activeClass: "ui-state-hover",
|
activeClass: "ui-state-hover",
|
||||||
hoverClass: "ui-state-active"
|
hoverClass: "ui-state-active",
|
||||||
|
// Greedy is for nested droppables - children consume the action
|
||||||
|
greedy: true,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user