diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/common/editableList.js b/packages/node_modules/@node-red/editor-client/src/js/ui/common/editableList.js index a41ee423d..ee0251951 100644 --- a/packages/node_modules/@node-red/editor-client/src/js/ui/common/editableList.js +++ b/packages/node_modules/@node-red/editor-client/src/js/ui/common/editableList.js @@ -32,6 +32,7 @@ * - scrollOnAdd : boolean - whether to scroll to newly added items * methods: * - addItem(itemData) + * - insertItemAt : function(data,index) - add an item at the specified index * - removeItem(itemData) * - width(width) * - height(height)