Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Clear user selection before switching repository
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Mar 18, 2014
1 parent f082847 commit bf051f8
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -562,6 +562,7 @@ Class.create("Ajaxplorer", {
if(this.repositoryId != null && this.repositoryId == repository.getId()){
//return;
}
this._contextHolder.setSelectedNodes([]);

repository.loadResources();
var repositoryId = repository.getId();
Expand Down

0 comments on commit bf051f8

Please sign in to comment.