fix "Expand All" from the context menu
This commit is contained in:
parent
68f5afa89c
commit
a579c3b2c7
|
@ -113,7 +113,7 @@ Copyright:
|
||||||
onItemClick: function(baseItem, e) {
|
onItemClick: function(baseItem, e) {
|
||||||
switch (baseItem.id) {
|
switch (baseItem.id) {
|
||||||
case 'expandAll':
|
case 'expandAll':
|
||||||
this.panel.expandAll();
|
this.expandAll();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
var indexes = {};
|
var indexes = {};
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue