Hi guys!
await client.interface.trigger("setValue", {
id: "editor",
value: `<a target='_blank' href='${data}'>Link</a>`
})
Whenever I try to insert a link in the conversation editor box the text is created as “Link Link”.
For some reason the text is duplicated is there a proper way to insert text in the editor?
Thank you.