ol-contextmenu
ol-contextmenu copied to clipboard
No option to remove or add an item at a specific index
Please could we add add two functions to the api
- removeItem(index) - removes the item from the list at the index specified
- insertItem(item, index) - inserts item at specified index
Thanks