Akryum / vue-mention

Mention component for Vue.js
https://vue-mention.netlify.app/
MIT License
523 stars 54 forks source link

Suggestion tooltip doesn't hide properly #40

Open mattersj opened 3 years ago

mattersj commented 3 years ago

If you type some specific characters such as {@asd} and play around with next @ a bit then you'll notice that tooltip is not being hidden even if the @ sign is already removed: image

Expected behavior: Tooltip must be hidden in such cases.