branch contains nullable record in onAfterDelete treetable handler

Hello all.

I have [NULL] at position of a removed child item when load a branch this item has been removed from.

An example is there
https://snippet.webix.com/kjhimezs

Is it normal?
Why doesn’t a TreeStore pull a record of removed item out immediately?

Hello,

The record is removed, but a bit later. When the onStoreUpdated event fires, the related item id is already pulled out: Code Snippet

Thank you very much, Helga!