Merge pull request #2259 from kazuhitoyokoi/master-fixtabsmenu

Remove tab menu from node property UI for subflow and configuration nodes
This commit is contained in:
Nick O'Leary
2019-08-09 10:26:08 +01:00
committed by GitHub

View File

@@ -1686,7 +1686,8 @@ RED.editor = (function() {
RED.tray.resize(); RED.tray.resize();
} }
}, },
collapsible: true collapsible: true,
menu: false
}); });
var nodePropertiesTab = { var nodePropertiesTab = {
@@ -2226,7 +2227,8 @@ RED.editor = (function() {
RED.tray.resize(); RED.tray.resize();
} }
}, },
collapsible: true collapsible: true,
menu: false
}); });
var nodePropertiesTab = { var nodePropertiesTab = {