Bump Smooth node for PR and add output labels

This commit is contained in:
Dave Conway-Jones
2019-09-19 09:25:44 +01:00
parent 8bdc1529ca
commit cabf2889e5
2 changed files with 2 additions and 1 deletions

View File

@@ -77,6 +77,7 @@
labelStyle: function() {
return this.name ? "node_label_italic" : "";
},
outputLabels: function() { return this.reduce === true ? (this.action+" of "+this.count) : (this.action); },
oneditprepare: function() {
if (this.property === undefined) {
$("#node-input-property").val("payload");