Skip to content

Commit

Permalink
Avoid tree jump during file selection (eclipse-che#3763)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav Zhukovskyi authored Jan 17, 2017
1 parent 20436a6 commit b92cda7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ public void onSelectChange(Node node, boolean select) {
if (e != null) {
setClassName(e, tree.getTreeStyles().styles().selected(), select);
}
tree.moveFocus(nodeDescriptor.getRootContainer());
}
}

Expand Down

0 comments on commit b92cda7

Please sign in to comment.