Merge branch 'master' into dev

This commit is contained in:
Nick O'Leary
2019-07-01 12:43:16 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -152,6 +152,7 @@ RED.palette = (function() {
function getPaletteNode(type) {
return $(".red-ui-palette-node[data-palette-type='"+type+"']");
}
function addNodeType(nt,def) {
if (getPaletteNode(nt).length) {
return;