Don't cancel event on parent focus

pull/187/head
Aleksander Machniak 10 years ago
parent 613f96839c
commit 588d1948ca

@ -131,7 +131,7 @@ init: function()
}
if (this.parent_focus) {
this.list.parentNode.onclick = function(e) { me.focus(e); };
this.list.parentNode.onclick = function(e) { me.focus(); };
}
return this;

Loading…
Cancel
Save