Diagram: Can not select shape after deleting one

Hello,

I can not select any shape after deleting selected shape in my diagram using mouse or script.
Simple page example:

Organogram Item Selection
<link rel="stylesheet" href="../common/dhx_samples.css">
<script type="text/javascript" src="../common/data.js"></script>
<script>
	var diagram = new dhx.Diagram("diagram_container", { type: "org", select: true });
	diagram.parse(smallOrganogramData);
	diagram.selectItem("2");
	diagram.paint();
</script>

I apologize for the delay with your post reply.

The problem is confirmed. We’re working on a solution.

The problem will be fixed in the next dhtmlx Diagram update.