Skip to content

Commit

Permalink
[IndexBundle] Ensure ExtJs Always renders all node-elments. fixes #400
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Apr 11, 2018
1 parent 4dbf22d commit 8b2ca87
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ coreshop.index.fields = Class.create({
}

this.selectionPanel = new Ext.tree.TreePanel({
ensureVisible: true,
root: {
id: '0',
root: true,
Expand Down

0 comments on commit 8b2ca87

Please sign in to comment.