mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +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",
|
||||
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