Gerald Murphy
Results
1
issues of
Gerald Murphy
I'm using Angular v18 with ngx-quill: 26.0.4 quill: 2.0.2 quill-mention: 6.0.1 The readme says you should be able to call the `insertItem()` method like this: `quill.getModule('mention').insertItem({id:'123',value:'My Mention'},true, {blotName: "new_blot"})` This...