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

Commit

Permalink
Trigger a WorkingSet sort after enabling Automatic Sort
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMalbran committed Apr 16, 2013
1 parent ae727d4 commit 996a397
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/project/WorkingSetSort.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ define(function (require, exports, module) {
function _enableAutomatic() {
_setAutomatic(true);
_addListeners();
_currentSort.callAutomaticFn();
}

/**
Expand Down

0 comments on commit 996a397

Please sign in to comment.