Key listener on editable datatable

Hi guys,
I have a datatable which has editable cells and selectable rows. When a row is selected and the DEL key pressed the selected row is deleted. That works fine.

Unfortunately, when a cell is being edited and users press the DEL key the selected row which is being edited is deleted immediately. Is there a way to stop the DEL key press event being propagated to the datatable if it happens in the datatable editor?

Here is the sample: https://snippet.webix.com/abmuyvtl

Select a row and press DEL - the row is removed. Then double click to edit a cell and press DEL - the row is still removed and the editor stays open.
Thanks.

https://snippet.webix.com/4vsgaww0

Amazing, thanks mate.