mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
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:
commit
189bde7c9c
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user