Skip to content

Commit

Permalink
Fix adobe#1306: Project rename input doesn't lose focus anymore when …
Browse files Browse the repository at this point in the history
…an auto-save is triggered
  • Loading branch information
Oleg Mytryniuk authored and Rajat Dhyani committed Apr 20, 2017
1 parent 19c73a5 commit ad7f332
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/document/DocumentCommandHandlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -875,9 +875,6 @@ define(function (require, exports, module) {
} else {
result.resolve(file);
}
result.always(function () {
MainViewManager.focusActivePane();
});
return result.promise();
}

Expand Down

0 comments on commit ad7f332

Please sign in to comment.