I have one callback function that is set up with “on(event: 'items:delete' …..” and one callback function set up with the “on(event: 'items:create' …..”
The create callback is called for all item types I have tested. The delete callback It is called for all item types I have tested except for type==Connector
Is this intended fuctionality, or is it a bug?