diff --git a/public/red/ui/editor.js b/public/red/ui/editor.js index bffafa179..929b15cb2 100644 --- a/public/red/ui/editor.js +++ b/public/red/ui/editor.js @@ -398,8 +398,8 @@ RED.editor = (function() { changed = true; } + node.credentials[cred] = value; if (value != node.credentials._[cred]) { - node.credentials[cred] = value; changed = true; } }