mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge pull request #3186 from node-red/context-tools-fix
Ensure message tools stay attached to top-level entry in Debug/Context
This commit is contained in:
		| @@ -563,7 +563,8 @@ RED.utils = (function() { | ||||
|                                     expandPaths: expandPaths, | ||||
|                                     ontoggle: ontoggle, | ||||
|                                     exposeApi: exposeApi, | ||||
|                                     tools: tools | ||||
|                                     // tools: tools // Do not pass tools down as we | ||||
|                                                     // keep them attached to the top-level header | ||||
|                                 } | ||||
|                             ).appendTo(row); | ||||
|                         } | ||||
| @@ -592,7 +593,8 @@ RED.utils = (function() { | ||||
|                                                 expandPaths: expandPaths, | ||||
|                                                 ontoggle: ontoggle, | ||||
|                                                 exposeApi: exposeApi, | ||||
|                                                 tools: tools | ||||
|                                                 // tools: tools // Do not pass tools down as we | ||||
|                                                                 // keep them attached to the top-level header | ||||
|                                             } | ||||
|                                         ).appendTo(row); | ||||
|                                     } | ||||
| @@ -647,7 +649,8 @@ RED.utils = (function() { | ||||
|                                 expandPaths: expandPaths, | ||||
|                                 ontoggle: ontoggle, | ||||
|                                 exposeApi: exposeApi, | ||||
|                                 tools: tools | ||||
|                                 // tools: tools // Do not pass tools down as we | ||||
|                                                 // keep them attached to the top-level header | ||||
|                             } | ||||
|                         ).appendTo(row); | ||||
|                     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user