Message didn't delete from XML [Zeebe Modeler]

I don’t know where I should post this, but sometime if I delete a message from Zeebe Modeler, it stay in a XML view:




Hey @slava.aleferov,

I think the reason is that the modeler can’t detect whether the message is still referenced (via a ReceiveTask or MessageCatchEvent) or not. I think this is related https://github.com/camunda/camunda-modeler/issues/324

Greets
Chris

Yes that’s it. Thanks