SFJS 0.3.63
This commit is contained in:
@@ -33,6 +33,9 @@ class ActionsMenu {
|
|||||||
}
|
}
|
||||||
action.running = true;
|
action.running = true;
|
||||||
actionsManager.executeAction(action, extension, $scope.item, function(response){
|
actionsManager.executeAction(action, extension, $scope.item, function(response){
|
||||||
|
if(!response) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
action.running = false;
|
action.running = false;
|
||||||
$scope.handleActionResponse(action, response);
|
$scope.handleActionResponse(action, response);
|
||||||
|
|
||||||
|
|||||||
@@ -142,6 +142,7 @@ class ActionsManager {
|
|||||||
action.error = false;
|
action.error = false;
|
||||||
handleResponseDecryption(response, await this.authManager.keys(), false);
|
handleResponseDecryption(response, await this.authManager.keys(), false);
|
||||||
}, (response) => {
|
}, (response) => {
|
||||||
|
alert("An issue occurred while processing this action. Please try again.");
|
||||||
action.error = true;
|
action.error = true;
|
||||||
customCallback(null);
|
customCallback(null);
|
||||||
})
|
})
|
||||||
|
|||||||
6
package-lock.json
generated
6
package-lock.json
generated
@@ -5817,9 +5817,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"standard-file-js": {
|
"standard-file-js": {
|
||||||
"version": "0.3.62",
|
"version": "0.3.63",
|
||||||
"resolved": "https://registry.npmjs.org/standard-file-js/-/standard-file-js-0.3.62.tgz",
|
"resolved": "https://registry.npmjs.org/standard-file-js/-/standard-file-js-0.3.63.tgz",
|
||||||
"integrity": "sha512-zvUYxgz7UlW9tOfl7gqgV9NjdTa/x8Cxp0RftB9008i/Mm4AHKBdvu3rTFcms7Hj+Sw+pHhLGbNm8H4c5rHY0A==",
|
"integrity": "sha512-E/+hzccZui5JB6vX4Lk1TAdr73H9Ct39pqeS+cQHlKEoybQ5PBK6j503JuxubNrb968NeW2sbsywh4g3syARHg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"static-extend": {
|
"static-extend": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "standard-notes-web",
|
"name": "standard-notes-web",
|
||||||
"version": "3.0.10-beta1",
|
"version": "3.0.10-beta2",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@@ -40,6 +40,6 @@
|
|||||||
"serve-static": "^1.13.2",
|
"serve-static": "^1.13.2",
|
||||||
"sn-stylekit": "2.0.15",
|
"sn-stylekit": "2.0.15",
|
||||||
"snjs": "0.2.5",
|
"snjs": "0.2.5",
|
||||||
"standard-file-js": "0.3.62"
|
"standard-file-js": "0.3.63"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user