Attach/Detach in property panel

Hi Team,
property panel attach/detach is not working in my angular project can anyone please suggest how we can add in my file.
I have used this in my ts file
var propertiesPanel = this.modeler.get(‘propertiesPanel’);
propertiesPanel.detach();
propertiesPanel.attachTo(’#properties2’);

@barmac: removed the screenshot at request of the author

For further assistance, please share a CodeSandbox that reproduces your issue in a way that we can inspect it.

Maybe explain what isn’t working and we might be able to help you.

1 Like

Good to hear :+1: Feel free to post your solution so others might find it when they tackle a similar problem :slight_smile: