First of all, I've being using your project for some while and it is very good, congrats.
Lately I have found a problem when I have to create my custom tab according to the type of the object I'm working with.
For example:
if I select a Task, I need to show tab ABC, and If I select a StartEvent, I need to show tab DEF.
Trying to use element.type but it seems the tab is created before the selection of the object.
First of all, I've being using your project for some while and it is very good, congrats.
Lately I have found a problem when I have to create my custom tab according to the type of the object I'm working with.
For example:
if I select a Task, I need to show tab ABC, and If I select a StartEvent, I need to show tab DEF.
Trying to use element.type but it seems the tab is created before the selection of the object.