mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00: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:
		| @@ -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 = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user