Skip to content

Commit

Permalink
fix: incorrect render fn called causing slight delays in file switch
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Dec 5, 2023
1 parent f14063a commit f4f28eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project/FileTreeView.js
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ define(function (require, exports, module) {
doNotOpen = true;
}
this.props.actions.setSelected(this.myPath(), doNotOpen);
render();
this.render();
},

/**
Expand Down

0 comments on commit f4f28eb

Please sign in to comment.