SFJS 0.3.63

This commit is contained in:
Mo Bitar
2019-06-03 11:25:25 -05:00
parent e9b57a25f2
commit a503051628
4 changed files with 9 additions and 5 deletions

View File

@@ -33,6 +33,9 @@ class ActionsMenu {
}
action.running = true;
actionsManager.executeAction(action, extension, $scope.item, function(response){
if(!response) {
return;
}
action.running = false;
$scope.handleActionResponse(action, response);

View File

@@ -142,6 +142,7 @@ class ActionsManager {
action.error = false;
handleResponseDecryption(response, await this.authManager.keys(), false);
}, (response) => {
alert("An issue occurred while processing this action. Please try again.");
action.error = true;
customCallback(null);
})

6
package-lock.json generated
View File

@@ -5817,9 +5817,9 @@
"dev": true
},
"standard-file-js": {
"version": "0.3.62",
"resolved": "https://registry.npmjs.org/standard-file-js/-/standard-file-js-0.3.62.tgz",
"integrity": "sha512-zvUYxgz7UlW9tOfl7gqgV9NjdTa/x8Cxp0RftB9008i/Mm4AHKBdvu3rTFcms7Hj+Sw+pHhLGbNm8H4c5rHY0A==",
"version": "0.3.63",
"resolved": "https://registry.npmjs.org/standard-file-js/-/standard-file-js-0.3.63.tgz",
"integrity": "sha512-E/+hzccZui5JB6vX4Lk1TAdr73H9Ct39pqeS+cQHlKEoybQ5PBK6j503JuxubNrb968NeW2sbsywh4g3syARHg==",
"dev": true
},
"static-extend": {

View File

@@ -1,6 +1,6 @@
{
"name": "standard-notes-web",
"version": "3.0.10-beta1",
"version": "3.0.10-beta2",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
@@ -40,6 +40,6 @@
"serve-static": "^1.13.2",
"sn-stylekit": "2.0.15",
"snjs": "0.2.5",
"standard-file-js": "0.3.62"
"standard-file-js": "0.3.63"
}
}