Skip to content

Commit

Permalink
0004943: Fixed DbTree selection bug
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-miller-jumpmind committed Oct 6, 2021
1 parent 657c4d4 commit 186ab35
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -223,6 +223,7 @@ protected MenuBar buildLeftMenu() {
}
listenerRegistration.remove();
listenerRegistration = dbTree.addSelectionListener(listener);
dbTree.refresh(true);
});
selectionMode.getElement().setAttribute("title", "Switch to multi-select mode");

Expand Down

0 comments on commit 186ab35

Please sign in to comment.