mirror of https://github.com/node-red/node-red.git
Remove tab menu from node property UI for subflow and config nodes
parent
defa9a2270
commit
c082bb97e0
|
@ -1686,7 +1686,8 @@ RED.editor = (function() {
|
|||
RED.tray.resize();
|
||||
}
|
||||
},
|
||||
collapsible: true
|
||||
collapsible: true,
|
||||
menu: false
|
||||
});
|
||||
|
||||
var nodePropertiesTab = {
|
||||
|
@ -2226,7 +2227,8 @@ RED.editor = (function() {
|
|||
RED.tray.resize();
|
||||
}
|
||||
},
|
||||
collapsible: true
|
||||
collapsible: true,
|
||||
menu: false
|
||||
});
|
||||
|
||||
var nodePropertiesTab = {
|
||||
|
|
Loading…
Reference in New Issue