Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes issue primefaces#7014: inserting mentions results in duplicated…
… text The issue was that event.target is not the prompt form but actually a list item element, which doesn't have the selectionStart attribute. I've also added a change where inserting the mention in front of a space does not result in a double space.
- Loading branch information