diff --git a/lib/js/interface/shell.js b/lib/js/interface/shell.js index 32b3ef5e..daa6ca36 100644 --- a/lib/js/interface/shell.js +++ b/lib/js/interface/shell.js @@ -169,7 +169,6 @@ angular.module(moduleName, [ allProjects.forEach((item, key) => { if (item.path === data.project.path) { - $scope.$apply(() => { this.projects[key].shrinkwrap = false; });