mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Update packages/node_modules/@node-red/editor-client/src/js/ui/common/treeList.js
Thanks for the tip, I'll remember next time. Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
This commit is contained in:
		| @@ -356,7 +356,7 @@ | ||||
|                             delete that._items[key]; | ||||
|                         } | ||||
|                     } | ||||
|                     that._data = that._data.filter(data => data.id !== item.id) | ||||
|                     that._data = that._data.filter(function(data) { return data.id !== item.id}) | ||||
|                 } | ||||
|             } | ||||
|             item.treeList.insertChildAt = function(newItem,position,select) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user