Skip to content

DeleteNodes throwing exception if list of nodes to delete is empty #1288

@MHumm

Description

@MHumm

The DeleteNodes method expects a list of nodes to delete.
If one passes an empty list (length = 0) the method throws an exception
as it doesn't check if the list contains items. It would be nice if it would first
check this and just leave the method if the array passed is empty.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions