Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2879 from WebsiteDeveloper/Issue-2878
Browse files Browse the repository at this point in the history
Fixed: Issue #2878 Expanding/collapsing a folder tree node steals focus from editor
  • Loading branch information
redmunds committed Mar 6, 2013
2 parents 0cc3e5f + 855369e commit 799b3ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/project/ProjectManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,8 @@ define(function (require, exports, module) {

// Instantiate tree widget
// (jsTree is smart enough to replace the old tree if there's already one there)
$projectTreeContainer.hide();
$projectTreeContainer.hide()
.addClass("no-focus");
_projectTree = $projectTreeContainer
.jstree({
plugins : ["ui", "themes", "json_data", "crrm", "sort"],
Expand Down

0 comments on commit 799b3ef

Please sign in to comment.