From a52257fd560af532d936dc5f20d17cb7b6b147a1 Mon Sep 17 00:00:00 2001 From: 45kb Date: Thu, 19 Jan 2017 11:49:22 +0100 Subject: [PATCH] closes #29 --- lib/js/interface/shell.js | 1 - 1 file changed, 1 deletion(-) 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; });