Make adorments always visible

I taken the reference of Tool for Reshaping a Sector of a Circle
and modifed it on codepen https://codepen.io/rajeshpatil74/pen/pobbbvN

In one of my question on gojs, i requested to place the part of shape on specific postion.
Now the requiement is that it should be moveable around the border of that circle.
So using reference of SectorReshaping, I think the fixed position object can be changed.
But as it is used as adorments, when node is unselected they gets hidden.

How can i make it always visible ?

What do you mean by “the part of shape on specific position”? What is “it” in “it should be movable around the border of that circle”, and which “circle” are you talking about?

It would help if you could show small screenshots showing what you have now and ones showing what you want instead.

If you want an Adornment to always be visible, you could remove the call to Part.removeAdornment from the updateAdornments method.

Walter,
I was referring to this post - GOJS template with triangle image with text on top left

Uncommenting the removeAdornment, seems visible always.
I will try this with my above post - GOJS template with triangle image with text on top left and come back to you if any issues with this.