I want to customize direct editing

스크린샷 2021-04-19 오전 10.03.57

I want to change the participant’s label position horizontally.
So I made CustomDirectEditing, but while editing, it pops up to its original.

The customdirectediting source is not executed, and the original directediting source is executed.

I also added to additionalModules,

   let addModules =  {
      additionalModules: [
        {
        __init__: [  'customDirectingEditing'], ...
          customDirectingEditing: [ 'type', customDirectingEditing ], ...
      }
      ]};

What more needs to be modified?

It will be hard to help you without knowing your custom direct editing module. Are you able to share it with us, e.g. via CodeSandbox?