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?