Avoid bubbling of clicks to treelist expand/collapse toggles

pull/172/head
Thomas Bruederli 12 years ago
parent 0c7bc4f5c0
commit 519ce2e2ec

@ -81,6 +81,7 @@ function rcube_treelist_widget(node, p)
// register click handlers on list
container.on('click', 'div.treetoggle', function(e){
toggle(dom2id($(this).parent()));
e.stopPropagation();
});
container.on('click', 'li', function(e){

Loading…
Cancel
Save