Commit e3e6e25c by GD-A-150752

JobLink Edit

parent 0456e8fc
......@@ -260,7 +260,7 @@ export class EditMessageTemplateComponent extends BaseComponent implements OnIni
const delta = {
ops: [
{retain: this.contentCursorPoint > 0 ? this.contentCursorPoint : this.contentCursorPoint + 1},
{insert: `\${Placeholder:${this.contentPlaceholder.Placeholder}}`, attributes: {link: this.linkText}}
{insert: this.linkText, attributes: {link: `\${Placeholder:${this.contentPlaceholder.Placeholder}}`}}
]
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment