1
0
Fork 0
forked from 0x2620/oxjs

collapse panel: gain focus on toggle button click

This commit is contained in:
rlx 2013-08-01 11:32:58 +00:00
commit f8a91e90ca

View file

@ -65,6 +65,7 @@ Ox.CollapsePanel = function(options, self) {
})
.bindEvent({
click: function() {
that.gainFocus();
toggleCollapsed(true);
}
})