Closed ppnwt closed 4 years ago
You can customize the delete action following this example (link to storybook).
Here, you have access to a list of all selected entities (nodes, links, points). You can implement a filter to call model.remove
only on those you want, instead of asking for confirmation.
I want to prevent remove only nodes and links, except point which i created
example -> i have 2 node and 1 link and i added more 2 points how can i disable each node and this link, but allow remove these points
Anyone can help, Thanks a lot