[help-sidebar] Tidy up some errors

This commit is contained in:
Nick O'Leary
2020-05-12 13:42:01 +01:00
parent ff310f89bd
commit 9f1373945b
2 changed files with 1 additions and 3 deletions

View File

@@ -318,8 +318,6 @@ RED.sidebar.help = (function() {
} else if (node.type !== 'group'){
showHelp(node.type);
}
} else {
refresh(selection.nodes);
}
}
}