Skip to content

Commit

Permalink
fix: show msg for current state not and not others
Browse files Browse the repository at this point in the history
  • Loading branch information
zachowj committed Apr 25, 2019
1 parent 49b9c26 commit d2c7929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/_static/haltif.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ window.setupHaltIf = function(input, compare, nodeName) {
entityType
];

if (nodeName === 'currentState') {
if (nodeName !== 'currentState') {
defaultTypes.splice(4, 1);
}

Expand Down

0 comments on commit d2c7929

Please sign in to comment.