mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Fix element to collapse items in visual JSON editor
This commit is contained in:
		| @@ -141,6 +141,7 @@ | ||||
|                 }) | ||||
|             }}); | ||||
|             options.push({id:"red-ui-editor-type-json-menu-collapse-children",icon:"fa fa-angle-double-up", label:RED._('jsonEditor.collapseItems'),onselect:function(){ | ||||
|                 item.treeList.collapse(); | ||||
|                 item.children.forEach(function(child) { | ||||
|                     child.treeList.collapse(); | ||||
|                 }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user