I followed the Froala example and have atjs pretty much working, but there's issues with deleting inserted tags. I noticed the markup is slightly off from the example. This is the markup that's getting inserted:
<span class="atwho-inserted" data-atwho-at-query="@" contenteditable="false">@Nathan</span>
I followed the Froala example and have atjs pretty much working, but there's issues with deleting inserted tags. I noticed the markup is slightly off from the example. This is the markup that's getting inserted:
<span class="atwho-inserted" data-atwho-at-query="@" contenteditable="false">@Nathan</span>
Any idea why I'm getting contenteditable="false"?
My config:
The examples online don't have contenteditable at all.