collapse panel: gain focus on toggle button click
This commit is contained in:
parent
3e78580c91
commit
f8a91e90ca
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ Ox.CollapsePanel = function(options, self) {
|
||||||
})
|
})
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
click: function() {
|
click: function() {
|
||||||
|
that.gainFocus();
|
||||||
toggleCollapsed(true);
|
toggleCollapsed(true);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue