Implement node property typing

See https://github.com/node-red/designs/pull/37
This commit is contained in:
Nick O'Leary
2021-01-08 14:19:12 +00:00
parent 7913b3cbc2
commit ea2e3f25d8
10 changed files with 145 additions and 53 deletions

View File

@@ -186,6 +186,7 @@ var RED = (function() {
RED.workspaces.show(currentHash.substring(6));
}
} catch(err) {
console.warn(err);
RED.notify(
RED._("event.importError", {message: err.message}),
{