Skip to content

Commit

Permalink
Merge pull request #2259 from kazuhitoyokoi/master-fixtabsmenu
Browse files Browse the repository at this point in the history
Remove tab menu from node property UI for subflow and configuration nodes
  • Loading branch information
knolleary committed Aug 9, 2019
2 parents 6a4760e + c082bb9 commit 189bde7
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,8 @@ RED.editor = (function() {
RED.tray.resize();
}
},
collapsible: true
collapsible: true,
menu: false
});

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

var nodePropertiesTab = {
Expand Down

0 comments on commit 189bde7

Please sign in to comment.