Merge branch 'master' into runtime-api

This commit is contained in:
Nick O'Leary
2018-05-11 14:17:46 +01:00
13 changed files with 85 additions and 83 deletions

View File

@@ -50,7 +50,7 @@ RED.editor.types._expression = (function() {
text: RED._("common.label.done"),
class: "primary",
click: function() {
$("#node-input-expression-help").html("");
$("#node-input-expression-help").text("");
onComplete(expressionEditor.getValue());
RED.tray.close();
}