This commit is contained in:
Mo Bitar
2017-05-04 00:22:24 -05:00
parent 4a4c493fd1
commit 38a52e9918

View File

@@ -14,7 +14,7 @@ class ContextualExtensionsMenu {
$scope.renderData = {};
$scope.extensions = _.map(extensionManager.extensionsInContextOfItem($scope.item), function(ext){
// why are we cloning deep?
// why are we cloning deep? commenting out because we want original reference so that extension.hide is saved between menu opens
// return _.cloneDeep(ext);
return ext;
});