mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Ensure sf instance nodes update in outliner when import-replace sf
This commit is contained in:
		| @@ -1020,6 +1020,11 @@ RED.nodes = (function() { | ||||
|                 } | ||||
|             } | ||||
|         }) | ||||
|  | ||||
|         newSubflowIds.forEach(function(id) { | ||||
|             var n = newSubflows[id]; | ||||
|             RED.events.emit("subflows:change",n); | ||||
|         }) | ||||
|         // Just in case the imported subflow changed color. | ||||
|         RED.utils.clearNodeColorCache(); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user