Skip to content

Commit

Permalink
Merge pull request adobe#9360 from adobe/dangoor/9358-tree-shadow-ali…
Browse files Browse the repository at this point in the history
…gnment

Trigger for shadow on file tree to move when working set changes.
  • Loading branch information
ingorichter committed Sep 29, 2014
2 parents 5392919 + 65ec43b commit a302f3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/project/ProjectManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -1133,6 +1133,10 @@ define(function (require, exports, module) {
actionCreator.setContext(null);
}
});

$("#working-set-list-container").on("contentChanged", function () {
$projectTreeContainer.trigger("contentChanged");
});

$(Menus.getContextMenu(Menus.ContextMenuIds.PROJECT_MENU)).on("beforeContextMenuOpen", function () {
actionCreator.restoreContext();
Expand Down

0 comments on commit a302f3f

Please sign in to comment.