Hi, I am using the OJET component "Ojdiagram" in my application. But i am facing one issue that the container is not getting refreshed. If i expand any node , close the popup box and then reopen the popup the node is still expanded.
For ex as shown in the below image I expanded Component Issue Node . Now if i close the popup and reopen it then this node is still expanded.

I tried reset () and refresh () as shown below
self.data.reset();
Here data is the name of the datasource from where data is getting populated in the node.
Can someone help.
Thanks