Questions tagged [at.js]
8 questions
4
votes
1 answer
At.js with Trix editor: error "The given range isn't in document."
I am trying to integrate At.js into Trix editor so that I can @mention users.
$('trix-editor').atwho({
at: "@",
data:['Peter', 'Tom', 'Anne']
})