Skip to content

Commit

Permalink
Merge pull request #5510 from jay-hodgson/SWC-7053
Browse files Browse the repository at this point in the history
SWC-7053: Do not put the entire tree into a loading state when a Show…
  • Loading branch information
jay-hodgson authored Aug 30, 2024
2 parents cce9c6a + cd8ea92 commit b74c31c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ public void placeRootMoreTreeItem(
final String nextPageToken
) {
childToCreate.setClickHandler(event -> {
setLoadingVisible(true);
presenter.getChildren(parentId, null, nextPageToken);
childToCreate.setVisible(false);
});
Expand Down

0 comments on commit b74c31c

Please sign in to comment.