Property Sheet

I am using onAfterEditStop to detect edit changes in any row in a Property Sheet. This fires after the editor is exited, provided that a user stays within the Property Sheet. If the user clicks outside of the Property Sheet the edit changes are lost. Handling the onBlur event does not help here (cant get access to the last row that user is editing?) and the onMouseOut event appears not to fire. How can I grab the edited row if a user clicks outside of the property sheet?.

https://docs.webix.com/api__link__ui.property_onaftereditstop_event.html
can you provide a snippet?
in this one everything works as required
https://snippet.webix.com/rdikl54s

You are correct, the event does fire. Thanks for investigating.

In this case I was caught out by the asyncronous nature of JS