mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Show config node details when selected in outliner
This commit is contained in:
		| @@ -279,6 +279,8 @@ RED.sidebar.info.outliner = (function() { | ||||
|             if (node) { | ||||
|                 if (node.type === 'group' || node._def.category !== "config") { | ||||
|                     RED.view.select({nodes:[node]}) | ||||
|                 } else if (node._def.category === "config") { | ||||
|                     RED.sidebar.info.refresh(node); | ||||
|                 } else { | ||||
|                     RED.view.select({nodes:[]}) | ||||
|                 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user